hasErrors property

bool hasErrors

Implementation

bool get hasErrors => errors == null ? false : errors!.isNotEmpty;