firstMessage property

String? get firstMessage

Implementation

String? get firstMessage => isPass() ? null : errorMessages![0].message;