Area.fromLocations constructor

Area.fromLocations(
  1. Location loc1,
  2. Location loc2
)

Implementation

Area.fromLocations(this.loc1, this.loc2) {
  _setDifferences();
}