Emoji class

Constructors

Emoji.new({required Snowflake id, required String? name, List<Role>? roles, User? user, bool? requireColons, bool? managed, bool? animated, bool? available})
Emoji.decode(Map<String, dynamic> js)
factory
Emoji.fromJson(String js)
factory

Properties

animated bool?
getter/setter pair
available bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id Snowflake
getter/setter pair
managed bool?
getter/setter pair
name String?
getter/setter pair
requireColons bool?
getter/setter pair
roles List<Role>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
user User?
getter/setter pair

Methods

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

Operators

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