CarriersCarrier class
Properties
-
country
↔ String?
-
The CLDR country code of the carrier (for example, "US").
getter/setter pair
-
eddServices
↔ List<String>?
-
A list of services supported for EDD (Estimated Delivery Date)
calculation.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
name
↔ String?
-
The name of the carrier (for example,
"UPS"
).
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
services
↔ List<String>?
-
A list of supported services (for example,
"ground"
) for that carrier.
getter/setter pair