pisPasep property

MaskTextInputFormatter pisPasep
final

Mask pattern for PIS/PASEP (Social Integration Program/Program for the Formation of Public Servers) numbers.

Implementation

static final pisPasep = MaskTextInputFormatter(
  mask: '###.#####.##-#',
  filter: {"#": RegExp(r'[0-9]')},
);