newLine constant
String
const newLine
Line feed character (\n) used to separate lines of text.
Implementation
static const String newLine = '\n';
Line feed character (\n) used to separate lines of text.
static const String newLine = '\n';