GqlConnection class
Properties
- connection ↔ GqlConnectionDartWrapper
-
getter/setter pair
- group → String
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- settings → GqlNetworkSettings
-
final
- type → TransportType
-
final
Methods
-
dispose(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
post(
String requestData) → Future< String> - Method to make post request. It's called from rust
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
create(
{required GqlConnectionHttpClient client, required GqlNetworkSettings settings, required String name, required String group}) → GqlConnection