lines static method

String lines(
  1. int count
)

Implementation

static String lines(int count) => List.filled(count, '=').join();