writecrlf method

dynamic writecrlf(
  1. Object? object
)

Implementation

writecrlf(Object? object) => write('$object$CRLF_LINE_DELIMITER');