RepeatedStringPositional class final
- Inheritance
-
- Object
- Input<
List< String> > - Positional<
List< String> > - MandatoryPositional<
List< String> > - RepeatedPositional<
String> - RepeatedStringPositional
Constructors
- RepeatedStringPositional(String name, {String? description, RegExp? regExp, int times = 1})
Properties
Methods
-
freezeValues(
List< Object> values) → List<String> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited