LocationPreference constructor

LocationPreference({
  1. String? followGaeApplication,
  2. String? kind,
  3. String? secondaryZone,
  4. String? zone,
})

Implementation

LocationPreference({
  this.followGaeApplication,
  this.kind,
  this.secondaryZone,
  this.zone,
});