instance property

LocationService get instance

Implementation

static LocationService get instance =>
    _instance ??= LocationService._internal();