write abstract method
void
write(
- dynamic d
Writes a dynamic value into the buffer
d
: the value to write
Implementation
void write(dynamic d);
Writes a dynamic value into the buffer
d
: the value to writevoid write(dynamic d);