SnowflakeEntity class Null safety
Marks a snowflake entity. Snowflake entities are ones that have an id that uniquely identifies them. Includes only actual id of entity and createdAt which is timestamp when entity was created.
- Implementers
- IAppTeam
- IAppTeamUser
- IAttachment
- IAuditLogEntry
- IAutoModerationActionExecutionEvent
- IAutoModerationRule
- IBaseGuildEmoji
- IChannel
- IGuild
- IGuildEvent
- IGuildPreview
- IMember
- IMessage
- IMessageAuthor
- IOAuth2Application
- IPermissionsOverrides
- IRole
- IStageChannelInstance
- ISticker
- IStickerPack
- IThreadChannel
- IThreadMember
- IUser
- IWebhook
Constructors
- SnowflakeEntity(Snowflake id)
-
Creates new snowflake
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override