relevantError property

ErrorDetails? relevantError

Implementation

ErrorDetails? get relevantError => errors.isEmpty ? null : errors.first;