String? validateFormatField(String fieldEnum, {dynamic value}) { return _form.validateFormatField(fieldEnum, value: value); }