Server class

Model represents a server.

Constructors

Server({required ServerInfo information, required String status, required String id, required List links, String? shortCode})
Server.parseJson(Map<String, dynamic> json)

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
Server's Id.
final
information ServerInfo
Information about the server.
final
Bot's links;
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortCode String?
Server's page short code.
final
status String
Server's status.
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