Title class

Data structure for a title that follows a user's name

Constructors

Title(String text, int id, int kind, String color)
const
Title.from(Map<String, dynamic> data)
factory

Properties

color String
color - Colour of the title
final
hashCode int
The hash code for this object.
no setterinherited
id int
ID of the title
final
kind int
The rarity / class of a title
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
The text content of a title
final

Methods

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

Operators

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