Map<String, Object?> toJson() { var issues = this.issues; final json = <String, Object?>{}; json[r'issues'] = issues; return json; }