checkResultStr property

String? get checkResultStr

Implementation

String? get checkResultStr => !isOk ? "$label: $checkFailedFields" : null;