RxItemPickerPattern constructor

RxItemPickerPattern(
  1. String name, {
  2. String? value,
  3. RegExp? pattern,
  4. List<String> exacts = const [],
})

Implementation

RxItemPickerPattern(
  this.name, {
  this.value,
  this.pattern,
  this.exacts = const [],
});