ProtoBufferEncoder class

Constructors

ProtoBufferEncoder()

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Static Methods

encode({required List<Object?> protoValues, required ProtoMessageConfig config}) → List<int>
encodeField(Object value, ProtoFieldConfig config, {ProtoSyntax syntax = ProtoSyntax.v2}) → List<int>
encodeVarint32(int value) → List<int>