ShippingNote class
vehicleNumber : "" // 车牌号
driverName : "" // 司机姓名
shippingNoteInfos : // 运单信息列表,考虑到一车多单的情况,本版 SDK 一辆车运单数最大支持数为 10 条
{"shippingNoteNumber":"","serialNumber":"","startCountrySubdivisionCode":"","endCountrySubdivisionCode":"","startLongitude":"","startLatitude":"","endLongitude":"","endLatitude":"","startLocationText":"","endLocationText":""}
Constructors
-
ShippingNote.new({String? vehicleNumber, String? driverName, String? remark, List<
ShippingNoteInfos> ? shippingNoteInfos}) - ShippingNote.fromJson(dynamic json)
Properties
- driverName → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- remark → String?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
shippingNoteInfos
→ List<
ShippingNoteInfos> ? -
no setter
- vehicleNumber → String?
-
no setter
Methods
-
copyWith(
{String? vehicleNumber, String? driverName, String? remark, List< ShippingNoteInfos> ? shippingNoteInfos}) → ShippingNote -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toJsonString(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited