CarriersCarrier class Null safety
Constructors
-
CarriersCarrier({String? country, List<
String> ? eddServices, String? name, List<String> ? services}) - CarriersCarrier.fromJson(Map json_)
Properties
- country ↔ String?
-
The CLDR country code of the carrier (for example, "US").
read / write
-
eddServices
↔ List<
String> ? -
A list of services supported for EDD (Estimated Delivery Date)
calculation.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- name ↔ String?
-
The name of the carrier (for example,
"UPS"
).read / write - runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
services
↔ List<
String> ? -
A list of supported services (for example,
"ground"
) for that carrier.read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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