menu
hive_ce package
documentation
hive.dart
BinaryWriter
write<T> abstract method
write<T> abstract method
dark_mode
light_mode
write<
T
>
abstract method
void
write
<
T
>(
T
value
, {
bool
withTypeId
=
true
,
})
Write any
value
.
Implementation
void
write<T>(T value, {
bool
withTypeId =
true
});
hive_ce package
documentation
hive
BinaryWriter
write<T> abstract method
BinaryWriter class
Constructors
new
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
write
writeBool
writeBoolList
writeByte
writeByteList
writeDouble
writeDoubleList
writeHiveList
writeInt
writeInt32
writeIntList
writeList
writeMap
writeString
writeStringList
writeUint32
writeWord
Operators
operator ==
Constants
utf8Encoder