regexPattern property
regexPattern is the regex pattern of the parameter.
Implementation
List<String>? get choices;/// [regexPattern] is the regex pattern of the parameter.
@RegExpOrNullConverter() RegExp? get regexPattern;
regexPattern is the regex pattern of the parameter.
List<String>? get choices;/// [regexPattern] is the regex pattern of the parameter.
@RegExpOrNullConverter() RegExp? get regexPattern;