Bug fixes

This commit is contained in:
Juan Gilsanz Polo
2024-02-29 21:59:57 +01:00
parent 67a9922275
commit 8537f38fac
2 changed files with 13 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
class TagsResponse {
final int? count;
final int? next;
final int? previous;
final String? next;
final String? previous;
final List<Tag>? results;
TagsResponse({