bool isValidBienXeOto() { return RegExp(r"\d{2}[a-zA-Z]{1}-(\d{4}$|\d{3}\.\d{2}$)").hasMatch(this); }