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