Attributes class Null safety

Constructors

Attributes(String name, String website, String ircServer, String ircChannel, String discord, String contactEmail, String description, bool locked, bool official, int version, String createdAt, String updatedAt)
Attributes.fromJson(Map<String, dynamic> json)

Properties

contactEmail String
late, final
createdAt String
late, final
description String
late, final
discord String
late, final
hashCode int
The hash code for this object. [...]
read-only, inherited
ircChannel String
late, final
ircServer String
late, final
locked bool
late, final
name String
late, final
official bool
late, final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
updatedAt String
late, final
version int
late, final
website String
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