OperationMessage class
A basic message in the Apollo WebSocket protocol.
Constructors
- OperationMessage(String type, {dynamic payload, String? id})
- OperationMessage.fromJson(Map map)
-
factory
Properties
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
Constants
- gqlComplete → const String
- gqlConnectionAck → const String
- gqlConnectionError → const String
- gqlConnectionInit → const String
- gqlConnectionKeepAlive → const String
- gqlConnectionTerminate → const String
- gqlData → const String
- gqlError → const String
- gqlStart → const String
- gqlStop → const String
- legacyGqlComplete → const String
- legacyGqlConnectionAck → const String
- legacyGqlConnectionError → const String
- legacyGqlConnectionInit → const String
- legacyGqlConnectionKeepAlive → const String
- legacyGqlConnectionTerminate → const String
- legacyGqlData → const String
- legacyGqlError → const String
- legacyGqlStart → const String
- legacyGqlStop → const String