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