write method

dynamic write(
  1. Object o
)

Implementation

write(Object o) => buffer.write(o);