location property

dynamic get location

Implementation

dynamic get location => locations.isNotEmpty ? locations.first : null;