LocationState constructor
const
LocationState({})
Implementation
const factory LocationState({
double? latitude,
double? longitude,
double? accuracy,
@Default(false) hasPermissions,
@Default(false) bool serviceEnabled,
@Default(false) bool loading,
}) = _LocationState;