HomeLocation constructor

HomeLocation({
  1. String? uuid,
  2. Address? address,
  3. bool? active,
})

Implementation

HomeLocation({
  this.uuid,
  this.address,
  this.active,
});