shipmentMethod property

String? get shipmentMethod

Implementation

String? get shipmentMethod => _$this._shipmentMethod;
set shipmentMethod (String? shipmentMethod)

Implementation

set shipmentMethod(String? shipmentMethod) =>
    _$this._shipmentMethod = shipmentMethod;