UiDialogState class

Constructors

UiDialogState({required String name, required Map<String, String> params})

Properties

answerCompleter Completer<UiAnswer>?
answer completer
getter/setter pair
eventStreamer StreamController<String>?
custom event completer
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String
final
params Map<String, String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
dispose
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
receiveAnswer() Future<UiAnswer>
wait button tap event
receiveEvent(void action(String? value)) → void
Listen event
sendAnswer(UiAnswer answer) → void
send button tap event
sendEvent(String value) → void
Trigger event
toString() String
A string representation of this object.
inherited

Operators

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