Attributes class Null safety

Constructors

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)
Attributes.fromJson(Map<String, dynamic> json)

Properties

altTitles List<AltTitles>
late, final
contentRating String
late, final
createdAt String
late, final
description Description
late, final
hashCode int
The hash code for this object. [...]
read-only, inherited
isLocked bool
late, final
lastChapter String
late, final
lastVolume String
late, final
originalLanguage String
late, final
publicationDemographic String
late, final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
status String
late, final
tags List<Tags>
late, final
title Title
late, final
updatedAt String
late, final
version int
late, final
year int
late, final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited