ShippingNoteInfos class
shippingNoteNumber : "" // 运单号 serialNumber : "" // 分单号 startCountrySubdivisionCode : "" // 起点位置行政区划代码,调 用 start/stop/pause/restart 时必填,调用 send 非必填 endCountrySubdivisionCode : "" // 到达位置行政区划代码,调 用 start/stop/pause/restart 时 必填,调用 send 非必填 startLongitude : "" // 起点位置经度,调用 start/stop/pause/restart 时必 填,调用 send 非必填 startLatitude : "" // 起点位置纬度,调用 start/stop/pause/restart 时必 填,调用 send 非必填 endLongitude : "" // 到达位置经度,调用 start/stop/pause/restart 时必 填,调用 send 非必填 endLatitude : "" // 到达位置纬度,调用 start/stop/pause/restart 时必 填,调用 send 非必填 startLocationText : "" // 起点地址文字描述,调用 start/stop/pause/restart 时必 填,调用 send 非必填 endLocationText : "" // 到达地址文字描述,调用 start/stop/pause/restart 时必 填,调用 send 非必填
Constructors
- ShippingNoteInfos.new({String? shippingNoteNumber, String? serialNumber, String? startCountrySubdivisionCode, String? endCountrySubdivisionCode, String? startLongitude, String? startLatitude, String? endLongitude, String? endLatitude, String? startLocationText, String? endLocationText})
- ShippingNoteInfos.fromJson(dynamic json)
Properties
- endCountrySubdivisionCode → String?
-
no setter
- endLatitude → String?
-
no setter
- endLocationText → String?
-
no setter
- endLongitude → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serialNumber → String?
-
no setter
- shippingNoteNumber → String?
-
no setter
- startCountrySubdivisionCode → String?
-
no setter
- startLatitude → String?
-
no setter
- startLocationText → String?
-
no setter
- startLongitude → String?
-
no setter
Methods
-
copyWith(
{String? shippingNoteNumber, String? serialNumber, String? startCountrySubdivisionCode, String? endCountrySubdivisionCode, String? startLongitude, String? startLatitude, String? endLongitude, String? endLatitude, String? startLocationText, String? endLocationText}) → ShippingNoteInfos -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited