menu
nova_places_api package
documentation
models/place_autocomplete_matched_substring.dart
PlaceAutocompleteMatchedSubstring
PlaceAutocompleteMatchedSubstring const constructor
PlaceAutocompleteMatchedSubstring const constructor
dark_mode
light_mode
PlaceAutocompleteMatchedSubstring
constructor
const
PlaceAutocompleteMatchedSubstring
(
{
required
int
length
,
required
int
offset
,
})
Implementation
const PlaceAutocompleteMatchedSubstring({ required this.length, required this.offset, });
nova_places_api package
documentation
models/place_autocomplete_matched_substring
PlaceAutocompleteMatchedSubstring
PlaceAutocompleteMatchedSubstring const constructor
PlaceAutocompleteMatchedSubstring class