OptLatLngQuad constructor
const
OptLatLngQuad({})
Implementation
const OptLatLngQuad({
required this.topLeft,
required this.topRight,
required this.bottomRight,
required this.bottomLeft,
});
const OptLatLngQuad({
required this.topLeft,
required this.topRight,
required this.bottomRight,
required this.bottomLeft,
});