writeln abstract method

void writeln(
  1. String? data
)

Implementation

void writeln(
  final String? data,
);