write method Null safety
- Object? object
Writes the string representation of object.
Converts object to a string using object.toString().
Implementation
void write(Object? object);
Writes the string representation of object.
Converts object to a string using object.toString().
void write(Object? object);