listCollectionsResponseCodec top-level constant

RpcCodec<ListCollectionsResponse> const listCollectionsResponseCodec

Implementation

const RpcCodec<ListCollectionsResponse> listCollectionsResponseCodec =
    RpcCodec.withDecoder(ListCollectionsResponse.fromJson);