regexPattern property

  1. @RegExpOrNullConverter()
RegExp? get regexPattern
inherited

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;