PostalCodeRange constructor

PostalCodeRange({
  1. String? begin,
  2. String? end,
})

Implementation

PostalCodeRange({this.begin, this.end});