Sticker class
Sticker is the model data class for storing the fetched stickers
Constructors
- Sticker({String? modifiedAt, required int stickerOrder, required String stickerSetId, required String stickerUrl, String? createdAt, required String stickerSetName, required String id, required int stickerSetOrder, required String stickerName})
-
const
-
Sticker.fromJson(Map<
String, dynamic> json) -
factory
Properties
- createdAt → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
final
- modifiedAt → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stickerName → String
-
final
- stickerOrder → int
-
final
- stickerSetId → String
-
final
- stickerSetName → String
-
final
- stickerSetOrder → int
-
final
- stickerUrl → String
-
final
Methods
-
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