isBlank function

bool isBlank(
  1. String line
)

Implementation

bool isBlank(String line) => line.trim().isEmpty;