Cep class

CEP — Código de Endereçamento Postal.

It is the Brazilian equivalent of zip/postal code.

Blank field — null value — is a valid input value! If the field is required, see ReqCep or Req.

Constructors

Cep({String? mal})
Validates CEP input values.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call(String? cep) String?
Checks whether cep is a well-formed CEP value.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited