factory ArchiveIssueAsyncRequest.fromJson(Map<String, Object?> json) { return ArchiveIssueAsyncRequest( jql: json[r'jql'] as String?, ); }