listAddress property

String? get listAddress

Implementation

String? get listAddress => _$this._listAddress;
set listAddress (String? listAddress)

Implementation

set listAddress(String? listAddress) => _$this._listAddress = listAddress;