semanticIdentifier property

  1. @useResult
String get semanticIdentifier

Returns the semantic identifier for the ISO object, that can be used for example in the semantic widgets. It's being used in the default pickers. It's combination of the "ISO-" prefix and 3 letter uppercase alpha code.

Usage example:

- tapOn:
   id: "ISO-ESP" # Tap on Spanish tile.

Implementation

@useResult
String get semanticIdentifier => "${IsoStandardized.standardAcronym}-$code";