Sticker class

Single sticker.

Annotations
  • @freezed

Constructors

Sticker({@JsonKey(name: 'uid') required String uid, @JsonKey(name: 'icon64') required String icon64, @JsonKey(name: 'icon100') required String icon100, @JsonKey(name: 'icon128') required String icon128, @JsonKey(name: 'icon200') required String icon200, @JsonKey(name: 'message_content') required MessageContent messageContent})
const
factory
Sticker.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $StickerCopyWith<Sticker>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
icon64 String
.
no setterinherited
icon100 String
.
no setterinherited
icon128 String
.
no setterinherited
icon200 String
.
no setterinherited
messageContent MessageContent
.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid String
.
no setterinherited

Methods

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

Operators

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