BRMasks class

Class containing mask patterns for Brazilian documents.

Constructors

BRMasks()

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

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

Static Properties

celular → MaskTextInputFormatter
Mask pattern for celular (mobile phone) numbers.
final
cep → MaskTextInputFormatter
Mask pattern for CEP (Postal Code) numbers.
final
cnh → MaskTextInputFormatter
Mask pattern for CNH (National Driver's License) numbers.
final
cnpj → MaskTextInputFormatter
Mask pattern for CNPJ (National Registry of Legal Entities) numbers.
final
cpf → MaskTextInputFormatter
Mask pattern for CPF (Individual Taxpayer Registry) numbers.
final
data → MaskTextInputFormatter
Mask pattern for date (DD/MM/YYYY) format.
final
pisPasep → MaskTextInputFormatter
Mask pattern for PIS/PASEP (Social Integration Program/Program for the Formation of Public Servers) numbers.
final
telefoneFixo → MaskTextInputFormatter
Mask pattern for telefoneFixo (landline phone) numbers.
final