Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(Object serverId, String name, Image image, List<Object> roles, {String? reason})
→ Future<Emoji>
-
-
delete(Object serverId, String emojiId, {String? reason})
→ Future<void>
-
-
fetch(Object serverId, bool force)
→ Future<Map<Snowflake, Emoji>>
-
-
get(Object serverId, Object id, bool force)
→ Future<Emoji?>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
update({required Object id, required Object serverId, required Map<String, dynamic> payload, required String? reason})
→ Future<Emoji?>
-