Residence constructor

Residence({
  1. bool? current,
  2. FieldMetadata? metadata,
  3. String? value,
})

Implementation

Residence({
  this.current,
  this.metadata,
  this.value,
});