Server class abstract
Constructors
- Server(RemoteClient client, {Duration? keepAliveInterval})
Properties
- client → RemoteClient
-
final
- done → Future
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- keepAliveInterval → Duration?
-
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
-
onConnect(
RemoteClient client, [Map? connectionParams]) → FutureOr< bool> -
onOperation(
String? id, String query, [Map< String, dynamic> ? variables, String? operationName]) → FutureOr<GraphQLResult> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited