LiteOption class
- Available extensions
Constructors
-
LiteOption({required String prompt, required List<
LiteCharacteristic> characteristics, required bool cacheSession, required String sessionId}) -
LiteOption.fromJson(Map<
String, dynamic> json) -
factory
Properties
- cacheSession → bool
-
final
-
characteristics
→ List<
LiteCharacteristic> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- prompt → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sessionId → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
-
validate(
) → void -
Available on LiteOption, provided by the LiteOptionValidator extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited