Emoji class abstract

Emoji

Properties:

  • id - The ID of the emoji
  • creatorId - The ID of the user that made the emoji
  • name - The name of the emoji
  • createAt - The time in milliseconds the emoji was made
  • updateAt - The time in milliseconds the emoji was last updated
  • deleteAt - The time in milliseconds the emoji was deleted

Constructors

Emoji([void updates(EmojiBuilder b)])
factory

Properties

createAt int?
The time in milliseconds the emoji was made
no setter
creatorId String?
The ID of the user that made the emoji
no setter
deleteAt int?
The time in milliseconds the emoji was deleted
no setter
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the emoji
no setter
name String?
The name of the emoji
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateAt int?
The time in milliseconds the emoji was last updated
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(EmojiBuilder)) Emoji
Rebuilds the instance.
inherited
toBuilder() EmojiBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<Emoji>
no setter