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

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