others property

List<String> others
getter/setter pair

The validation rules that imply the field is required

Implementation

List<String> others = [
  'alpha_num',
  'in',
  'not_in',
  'regex',
  'email',
  'ip',
  'url'
];