ProtoBufferDecoderResult constructor
const
ProtoBufferDecoderResult({
- required List<
ProtoBufferDecodedField> fields, - required ProtoSyntax syntax,
Implementation
const ProtoBufferDecoderResult({required this.fields, required this.syntax});