freightAmount property

int? get freightAmount

Implementation

int? get freightAmount => _$this._freightAmount;
set freightAmount (int? freightAmount)

Implementation

set freightAmount(int? freightAmount) =>
    _$this._freightAmount = freightAmount;