PlaceAutocompleteStructuredFormat class abstract

Properties

hashCode int
The hash code for this object.
no setterinherited
mainText String?
Contains the main text of a prediction, usually the name of the place.
no setter
mainTextMatchedSubstrings → BuiltList<PlaceAutocompleteMatchedSubstring>?
Contains an array with offset value and length. These describe the location of the entered term in the prediction result text, so that the term can be highlighted if desired.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryText String?
Contains the secondary text of a prediction, usually the location of the place.
no setter
secondaryTextMatchedSubstrings → BuiltList<PlaceAutocompleteMatchedSubstring>?
Contains an array with offset value and length. These describe the location of the entered term in the prediction result text, so that the term can be highlighted if desired.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(PlaceAutocompleteStructuredFormatBuilder)) PlaceAutocompleteStructuredFormat
Rebuilds the instance.
inherited
toBuilder() PlaceAutocompleteStructuredFormatBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<PlaceAutocompleteStructuredFormat>
no setter