hasErrors property

bool get hasErrors

Whether there were any errors during import.

Implementation

bool get hasErrors => errors.isNotEmpty;