protobuf package
documentation
protobuf
CodedBufferReader
readFloat method
readFloat
readFloat
method
Null safety
double
readFloat
(
)
Implementation
double readFloat() => _readByteData(4).getFloat32(0, Endian.little);
protobuf package
documentation
protobuf
CodedBufferReader
readFloat method
CodedBufferReader class
Constructors
CodedBufferReader
Properties
hashCode
runtimeType
Methods
checkLastTagWas
isAtEnd
noSuchMethod
readBool
readBytes
readDouble
readEnum
readFixed32
readFixed64
readFloat
readGroup
readInt32
readInt64
readMessage
readSfixed32
readSfixed64
readSint32
readSint64
readString
readTag
readUint32
readUint64
readUnknownFieldSetGroup
toString
Operators
operator ==
Constants
DEFAULT_RECURSION_LIMIT
DEFAULT_SIZE_LIMIT