protobuf package
documentation
protobuf
CodedBufferWriter
writeInt32NoTag method
writeInt32NoTag
writeInt32NoTag
method
Null safety
void
writeInt32NoTag
(
int
value
)
Implementation
void writeInt32NoTag(int value) { _writeVarint32(value & 0xFFFFFFFF); }
protobuf package
documentation
protobuf
CodedBufferWriter
writeInt32NoTag method
CodedBufferWriter class
Constructors
CodedBufferWriter
Properties
hashCode
lengthInBytes
runtimeType
Methods
noSuchMethod
toBuffer
toString
writeField
writeInt32NoTag
writeRawBytes
writeTo
Operators
operator ==