ArgMultiOptionModel class

Constructors

ArgMultiOptionModel({String? abbr, String? help, String? valueHelp, Iterable<String>? allowed, Map<String, String>? allowedHelp, Iterable<String>? defaultsTo, void callback(List<String>)?, bool splitCommas = true, bool hide = false, List<String> aliases = const [], dynamic question()?, bool? mustRequired = false})

Properties

abbr String?
final
aliases List<String>
final
allowed Iterable<String>?
final
allowedHelp Map<String, String>?
final
callback → void Function(List<String>)?
final
defaultsTo Iterable<String>?
final
hashCode int
The hash code for this object.
no setterinherited
help String?
final
hide bool
final
mustRequired bool?
final
question → dynamic Function()?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
splitCommas bool
final
valueHelp String?
final

Methods

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