LocationStatus constructor

const LocationStatus(
  1. bool enabled,
  2. LocationPermission status
)

Implementation

const LocationStatus(
  this.enabled,
  this.status,
);