TrackingNumberEntity class

A tracking number extracted from text.

Inheritance

Constructors

TrackingNumberEntity(String rawValue, {required TrackingCarrier carrier, required String number})
Constructor to create an instance of TrackingNumberEntity.

Properties

carrier TrackingCarrier
The parcel tracking carrier.
final
hashCode int
The hash code for this object.
no setterinherited
number String
The parcel tracking number in canonical form.
final
rawValue String
The string representation of the entity.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type EntityType
The type of an extracted entity.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited