- 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, {double? min, double? max, double? step, String? short, String? description, bool hidden = false})
→ RequiredOption<double>
-
-
withDefault(String name, {required double defaultValue, double? min, double? max, double? step, String? short, String? description, bool hidden = false})
→ DefaultedOption<double>
-