TGooglePredictionText constructor

const TGooglePredictionText({
  1. required String text,
  2. List? matches,
})

Implementation

const TGooglePredictionText({required this.text, this.matches});