RtmMessage class

Annotations
  • @JsonSerializable(anyMap: true, constructor: '_')

Constructors

RtmMessage.fromJson(Map json)
factory
RtmMessage.fromRaw(Uint8List? rawMessage, String text)
RtmMessage.fromText(String text)

Properties

hashCode int
The hash code for this object.
no setterinherited
isOfflineMessage bool?
getter/setter pair
messageType RtmMessageType
getter/setter pair
rawMessage Uint8List?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverReceivedTs int?
getter/setter pair
text String
getter/setter pair

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

Operators

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