menu
stash package
documentation
stash_api.dart
BytesWriter
writeDouble abstract method
writeDouble abstract method
dark_mode
light_mode
writeDouble
abstract method
void
writeDouble
(
double
n
)
Writes double
n
into the buffer
n
: the value to write
Implementation
void writeDouble(double n);
stash package
documentation
stash_api
BytesWriter
writeDouble abstract method
BytesWriter class