Message class

Message Message.

Constructors

Message({required Typ typ, required int id, String? method, dynamic param, dynamic error})
Create instance.

Properties

error → dynamic
error Error.
final
hashCode int
The hash code for this object.
no setterinherited
id int
id Id.
final
method String?
method Method.
final
param → dynamic
param Param.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typ Typ
typ Typ.
final

Methods

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

Operators

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