LicensePlateFormatter constructor

LicensePlateFormatter({
  1. bool includeHiphen = true,
  2. bool allowThreeLetters = true,
  3. bool allowTwoLetters = false,
  4. bool allowMercosul = true,
})

Implementation

LicensePlateFormatter({
  this.includeHiphen = true,
  this.allowThreeLetters = true,
  this.allowTwoLetters = false,
  this.allowMercosul = true,
});