FieldType constructor

FieldType({
  1. required String placeholder,
  2. required String regexp,
})

Implementation

FieldType({
  required this.placeholder,
  required this.regexp,
});