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