getSchemaResponseCodec top-level constant

RpcCodec<GetSchemaResponse> const getSchemaResponseCodec

Implementation

const RpcCodec<GetSchemaResponse> getSchemaResponseCodec = RpcCodec.withDecoder(
  GetSchemaResponse.fromJson,
);