listCollectionsRequestCodec top-level constant

RpcCodec<ListCollectionsRequest> const listCollectionsRequestCodec

Implementation

const RpcCodec<ListCollectionsRequest> listCollectionsRequestCodec =
    RpcCodec.withDecoder(ListCollectionsRequest.fromJson);