TGoogleLocationRestriction constructor

const TGoogleLocationRestriction({
  1. TGoogleCircle? circle,
  2. TGoogleRectangle? rectangle,
})

Implementation

const TGoogleLocationRestriction({this.circle, this.rectangle});