startAddress property

String? get startAddress

Implementation

String? get startAddress => _$this._startAddress;
set startAddress (String? startAddress)

Implementation

set startAddress(String? startAddress) => _$this._startAddress = startAddress;