LocalizationItem class

Constructors

LocalizationItem({String languageCode = 'en_us', String nearBy = 'Nearby Places', String findingPlace = 'Finding place...', String noResultsFound = 'No results found', String unnamedLocation = 'Unnamed location', String tapToSelectLocation = 'Tap to select this location'})

Properties

findingPlace String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
languageCode String
getter/setter pair
nearBy String
getter/setter pair
noResultsFound String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tapToSelectLocation String
getter/setter pair
unnamedLocation String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited