DeliveryAreaPostalCodeRange class
A range of postal codes that defines the delivery area.
Only set firstPostalCode
when specifying a single postal code.
Constructors
- DeliveryAreaPostalCodeRange({String? firstPostalCode, String? lastPostalCode})
- DeliveryAreaPostalCodeRange.fromJson(Map json_)
Properties
- firstPostalCode ↔ String?
-
A postal code or a pattern of the form prefix* denoting the inclusive
lower bound of the range defining the area.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastPostalCode ↔ String?
-
A postal code or a pattern of the form prefix* denoting the inclusive
upper bound of the range defining the area (for example [070* - 078*]
results in the range [07000 - 07899]).
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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