TGoogleRectangle constructor

const TGoogleRectangle({
  1. required LatLng low,
  2. required LatLng high,
})

Implementation

const TGoogleRectangle({required this.low, required this.high});