protoIntList<M extends GeneratedMessage> static method

BiDi<List<int>, M> protoIntList<M extends GeneratedMessage>(
  1. M create()
)

Implementation

static BiDi<List<int>, M> protoIntList<M extends GeneratedMessage>(
    M Function() create,
    ) =>
    BiDi.listOfIntToUint8List.andThen(proto<M>(create));