- Inheritance
-
- Implemented types
-
- Mixed-in types
-
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
required(String name, {int? min, int? max, String? short, String? description, bool hidden = false})
→ RequiredOption<int>
-
-
withDefault(String name, {required int defaultValue, int? min, int? max, String? short, String? description, bool hidden = false})
→ DefaultedOption<int>
-