Southwest constructor

Southwest(
  1. {double? lat,
  2. double? lng}
)

Implementation

Southwest({this.lat, this.lng});