Tracking class

Constructors

Tracking.new({String? carrier, String? code, String? url})
Creates a new instance of Tracking.
Tracking.fromJson(Map<String, dynamic> json)
factory

Properties

carrier String?
The carrier of the tracking. For example: Correios.
final
code String?
The code of the tracking. For example: AA123456789BR.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String?
The URL of the tracking.
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