Tracker class

Annotations

Constructors

Tracker(dynamic id, dynamic createdAt, dynamic updatedAt, dynamic objectType, dynamic mode, String? carrier, CarrierDetail? carrierDetail, DateTime? estDeliveryDate, String? publicUrl, String? shipmentId, String? signedBy, String? status, String? trackingCode, List<TrackingDetail>? trackingDetails, DateTime? trackingUpdatedAt, double? weight)
Tracker.fromJson(Map<String, dynamic> input)
factory

Properties

carrier String?
final
carrierDetail CarrierDetail?
final
createdAt DateTime?
finalinherited
estDeliveryDate DateTime?
final
hashCode int
The hash code for this object.
no setterinherited
id String
finalinherited
mode String?
finalinherited
objectType String?
finalinherited
prefix String?
no setterinherited
publicUrl String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shipmentId String?
final
signedBy String?
final
status String?
final
trackingCode String?
final
trackingDetails List<TrackingDetail>?
final
trackingUpdatedAt DateTime?
final
updatedAt DateTime?
finalinherited
weight double?
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