ProtoBufferDecoderResult constructor

const ProtoBufferDecoderResult({
  1. required List<ProtoBufferDecodedField> fields,
  2. required ProtoSyntax syntax,
})

Implementation

const ProtoBufferDecoderResult({required this.fields, required this.syntax});