shortName property

  1. @BuiltValueField(wireName: r'short_name')
String shortName

An abbreviated textual name for the address component, if available. For example, an address component for the state of Alaska may have a long_name of "Alaska" and a short_name of "AK" using the 2-letter postal abbreviation.

Implementation

@BuiltValueField(wireName: r'short_name')
String get shortName;