factory OverconstrainedError(String constraint, [String? message = '']) => OverconstrainedError._(constraint, message ?? '');