Residence constructor
Residence({
- bool? current,
- FieldMetadata? metadata,
- String? value,
Implementation
Residence({this.current, this.metadata, this.value});