Bounds constructor

Bounds({
  1. Northeast? northeast,
  2. Southwest? southwest,
})

Implementation

Bounds({this.northeast, this.southwest});