LocationUtils constructor

LocationUtils()

The singleton instance of this package.

Implementation

factory LocationUtils() {
  return _instance ??= const LocationUtils._();
}