Attributes(- Title title,
- List<AltTitles> altTitles,
- Description description,
- bool isLocked,
- String originalLanguage,
- String lastVolume,
- String lastChapter,
- String publicationDemographic,
- String status,
- int year,
- String contentRating,
- List<Tags> tags,
- String createdAt,
- String updatedAt,
- int version
)
Implementation
Attributes(
this.title,
this.altTitles,
this.description,
this.isLocked,
this.originalLanguage,
this.lastVolume,
this.lastChapter,
this.publicationDemographic,
this.status,
this.year,
this.contentRating,
this.tags,
this.createdAt,
this.updatedAt,
this.version);