ShowOkEvent class
Event sent to temporarily show an OK checkmark icon on the image displayed by an instance of an action.
- Inheritance
-
- Object
- Event
- CommonSentEvent
- ShowOkEvent
- Annotations
-
- @JsonSerializable()
Constructors
- ShowOkEvent.new({String event = ShowOkEvent.eventId, required String context})
-
ShowOkEvent.fromJson(Map<
String, Object?> json) -
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited