Message class abstract

Annotations
  • @freezed

Constructors

Message.closed(int? code, String? reason)
factory
Message.connected()
factory
Message.encodedPatch()
factory
Message.encodedSnapshot()
factory
Message.error(Object error)
factory
Message.fromJson(Map<String, dynamic> json)
factory
Message.joined()
factory
Message.message(List data)
factory
Message.patch()
factory
Message.reconnected()
factory
Message.request()
factory
Message.response()
factory
Message.schema()
factory
Message.snapshot()
factory

Properties

copyWith → $MessageCopyWith<Message>
no setterinherited
data List
no setterinherited
event MessageEvent
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
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
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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