static ErrorRef? parse(Map<String, dynamic>? json) => json == null ? null : ErrorRef._fromJson(json);