LocationStatus constructor
const
LocationStatus(
- bool enabled,
- LocationPermission status
Implementation
const LocationStatus(this.enabled, this.status);
const LocationStatus(this.enabled, this.status);