write method Null safety

void write (
  1. Object? obj
)
override

Adds the contents of obj, converted to a string, to the buffer.

Implementation

external void write(Object? obj);