PlaceAutocompleteMatchedSubstring constructor

const PlaceAutocompleteMatchedSubstring({
  1. required int length,
  2. required int offset,
})

Implementation

const PlaceAutocompleteMatchedSubstring({
  required this.length,
  required this.offset,
});