address property

String? address

Implementation

String? get address => _$this._address;
void address=(String? address)

Implementation

set address(String? address) => _$this._address = address;