addLine static method

String addLine(
  1. String? line
)

Implementation

static String addLine(String? line) => '\n${line ?? ''}';