ServerInfo class
This model represents Information about the server.
Constructors
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
- links → Links
-
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
-
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