Attributes class Null safety

Constructors

Attributes(String name, List<Map<String, String>> altNames, String website, String ircServer, String ircChannel, String discord, String contactEmail, String description, String twitter, String mangaUpdates, List<String> focussedLanguage, bool locked, bool official, bool inactive, String publishDelay, int version, String createdAt, String updatedAt)
Attributes.fromJson(Map<String, dynamic> json)

Properties

altNames List<Map<String, String>>
read / write
contactEmail String
read / write
createdAt String
read / write
description String
read / write
discord String
read / write
focussedLanguage List<String>
read / write
hashCode int
The hash code for this object.
read-only, inherited
inactive bool
read / write
ircChannel String
read / write
ircServer String
read / write
locked bool
read / write
mangaUpdates String
read / write
name String
read / write
official bool
read / write
publishDelay String
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
twitter String
read / write
updatedAt String
read / write
version int
read / write
website String
read / write

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