PostalCodeRange class
A range of postal codes that defines the region area.
Constructors
- PostalCodeRange({String? begin, String? end})
- PostalCodeRange.fromJson(Map json_)
Properties
- begin ↔ 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
- end ↔ 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
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 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