toBuffer method

List<int> toBuffer()
inherited

Implementation

List<int> toBuffer() {
  return ProtoBufferEncoder.encode(
    config: protoConfig(),
    protoValues: protoValues,
  );
}