MessageAction class

An action associated with a message that the server is requesting the client to display to the user.

Implemented types

Constructors

MessageAction(String label)

Properties

hashCode int
The hash code for this object.
no setterinherited
label String
The label of the button to be displayed, and the value to be returned to the server if the button is clicked.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

parse(Map m) MessageAction