ServerInfo class

This model represents Information about the server.

Constructors

ServerInfo({required String name, required List<int?> members, required String? owner, required int bumps, required List<String> tags, required Links links, String? avatar, String? shortDescription, String? longDescription, String? badge})
ServerInfo.parseJson(Map<String, dynamic> json)

Properties

avatar String?
Server's avatar.
final
badge String?
Server's badge.
final
bumps int
Bumps count.
final
hashCode int
The hash code for this object.
no setterinherited
Server's social medias.
final
longDescription String?
Server's long description.
final
members List<int?>
Server's members count
final
name String
Server's name.
final
owner String?
Server's owner.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortDescription String?
Server's short description.
final
tags List<String>
Server's search-tags.
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