protoValues property

  1. @override
List<Object?> get protoValues
override

Implementation

@override
List<Object?> get protoValues => [
  id,
  connectionId,
  chainId,
  queryType,
  requestData,
  callbackModule,
  callbackId,
  callbackData,
  timeoutPolicy,
  timeoutDuration,
  timeoutTimestamp,
  requestSent,
  submissionHeight,
];