GpsState constructor

const GpsState({
  1. required bool isGpsEnabled,
  2. required bool isGpsPermissionGranted,
})

Implementation

const GpsState(
    {required this.isGpsEnabled, required this.isGpsPermissionGranted});