Sticker class

Constructors

Sticker.new({required Snowflake id, Snowflake? packId, required String name, required String? description, required String tags, String? asset, required int type, required int formatType, bool? available, Snowflake? guildId, User? user, int? sortValue})
Sticker.decode(Map<String, dynamic> js)
factory
Sticker.fromJson(String js)
factory

Properties

asset String?
getter/setter pair
available bool?
getter/setter pair
description String?
getter/setter pair
formatType int
getter/setter pair
guildId Snowflake?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id Snowflake
getter/setter pair
name String
getter/setter pair
packId Snowflake?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortValue int?
getter/setter pair
tags String
getter/setter pair
type int
getter/setter pair
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