AddressPrediction constructor

const AddressPrediction({
  1. String? addressId,
  2. String? description,
  3. List<MatchedSubstring>? matchedSubstrings,
})

Implementation

const factory AddressPrediction({
  String? addressId,
  String? description,
  List<MatchedSubstring>? matchedSubstrings,
}) = _AddressPrediction;