Links class

This model represents Bot/Server's social medias.

Constructors

Links.parseJson(Map<String, dynamic> json)

Properties

discord String?
Bot's support server.
final
github String?
Bot's github repository.
final
hashCode int
The hash code for this object.
no setterinherited
invite String?
Server's invite link.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
site String?
Bot/Server's website.
final
steam String?
Server's steam group/profile.
final
twitch String?
Server's twitch channel.
final
vk String?
Server's VK (Вконтакте) group.
final
youtube String?
Server's youtube channel.
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