SingleChoiceParamWrapper<T> class

Inheritance
Available extensions

Constructors

SingleChoiceParamWrapper.new({required List<T> values})

Properties

completed Future<T?>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String
no setterinherited
initialValue → T?
no setterinherited
isRequired bool
no setterinherited
meta Map<String, dynamic>
no setterinherited
null$ bool
getter/setter pairinherited
rawValue → T?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value ↔ T?
getter/setter pairinherited
values List<T>
final

Methods

apply(String key, dynamic value) ParamWrapper<T>
inherited
bind(String id, Params params) ParamWrapper<T>
inherited
default$() → T
inherited
describe(String description) ParamWrapper<T>

Available on ParamWrapper<T>, provided by the ParamWrapperX extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
optional([T? value]) → T?
inherited
required(T value) → T
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited