code property
String
get
code
Returns the corresponding ISO-639-1 code
Won't return 2 characters for special cases like
Implementation
String get code => this?.offTag ?? '-';
Returns the corresponding ISO-639-1 code
Won't return 2 characters for special cases like
String get code => this?.offTag ?? '-';