WarehouseBasedDeliveryTime class Null safety
Constructors
Properties
- carrier ↔ String?
-
Carrier, such as
"UPS"
or"Fedex"
.read / write - carrierService ↔ String?
-
Carrier service, such as
"ground"
or"2 days"
.read / write - hashCode → int
-
The hash code for this object.
read-onlyinherited
- originAdministrativeArea ↔ String?
-
Shipping origin's state.
read / write
- originCity ↔ String?
-
Shipping origin's city.
read / write
- originCountry ↔ String?
-
Shipping origin's country represented as a
CLDR territory code.
read / write
- originPostalCode ↔ String?
-
Shipping origin.
read / write
- originStreetAddress ↔ String?
-
Shipping origin's street address.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- warehouseName ↔ String?
-
The name of the warehouse.
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