CarrierDetail class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- CarrierDetail(dynamic objectType, dynamic mode, String? alternateIdentifier, String? containerType, String? destinationLocation, DateTime? estDeliveryDateLocal, DateTime? guaranteedDeliveryDate, DateTime? initialDeliveryAttempt, String? originLocation, String? service)
-
CarrierDetail.fromJson(Map<
String, dynamic> input) -
factory
Properties
- alternateIdentifier → String?
-
final
- containerType → String?
-
final
- destinationLocation → String?
-
final
- estDeliveryDateLocal → DateTime?
-
final
- guaranteedDeliveryDate → DateTime?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- initialDeliveryAttempt → DateTime?
-
final
- mode → String?
-
finalinherited
- objectType → String?
-
finalinherited
- originLocation → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- service → String?
-
final
Methods
-
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