PostalCodeRange class

Constructors

PostalCodeRange({String? postalCodeRangeBegin, String? postalCodeRangeEnd})
PostalCodeRange.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
postalCodeRangeBegin 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
postalCodeRangeEnd String?
A postal code or a pattern of the form prefix* denoting the inclusive upper bound of the range defining the area.
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