nextLine static method

void nextLine([
  1. int times = 1
])

Implementation

static void nextLine([int times = 1]) => writeANSI('${times}E');