code property

String code

Returns the corresponding ISO-639-1 code

Won't return 2 characters for special cases like

Implementation

String get code => this?.offTag ?? '-';