location property

set location (Location? location)

Implementation

static set location(Location? location) {
  _location = location;
}