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