ProtobufUtils mixin

Protocol Buffer utility functions

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

makeTag(int fieldNumber, WireType wireType) int
Encode field number and wire type.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
writeLengthDelimited(ByteData buffer, int offset, List<int> bytes) int
Write length-delimited field.
writeVarint(ByteData buffer, int offset, int value) → void
Encode variable-length integer.

Operators

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