SlotTypeConfiguration constructor

SlotTypeConfiguration({
  1. SlotTypeRegexConfiguration? regexConfiguration,
})

Implementation

SlotTypeConfiguration({
  this.regexConfiguration,
});