println method

  1. @override
void println([
  1. String? s
])
override

Implementation

@override
void println([String? s]) => nout.println(s);