GraphqlResponseDecoder<T> constructor
GraphqlResponseDecoder<T> ({
- required QueryResult<
Object?> result, - required dynamic instance,
Implementation
GraphqlResponseDecoder({required this.result, required this.instance});