PlaceAutocompleteMatchedSubstring constructor

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

Implementation

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