ArgOptionModel class

Constructors

ArgOptionModel({String? abbr, String? help, String? valueHelp, Iterable<String>? allowed, Map<String, String>? allowedHelp, String? defaultsTo, void callback(String?)?, bool mandatory = false, 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(String?)?
final
defaultsTo String?
final
hashCode int
The hash code for this object.
no setterinherited
help String?
final
hide bool
final
mandatory bool
final
mustRequired bool?
final
question → dynamic Function()?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
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