webAddress property

String? get webAddress

Implementation

String? get webAddress => _$this._webAddress;
set webAddress (String? webAddress)

Implementation

set webAddress(String? webAddress) => _$this._webAddress = webAddress;