TGoogleStructuredFormat constructor

const TGoogleStructuredFormat({
  1. TGooglePredictionText? mainText,
  2. TGooglePredictionText? secondaryText,
})

Implementation

const TGoogleStructuredFormat({this.mainText, this.secondaryText});