Stickerpack class

Collection of stickers.

Annotations
  • @freezed

Constructors

Stickerpack({@JsonKey(name: 'uid') required String uid, @JsonKey(name: 'name') required String name, @JsonKey(name: 'title') required String title, @JsonKey(name: 'author') String? author, @JsonKey(name: 'author_link') String? authorLink, @JsonKey(name: 'stickers') required List<Sticker> stickers})
const
factory
Stickerpack.fromJson(Map<String, dynamic> json)
factory

Properties

author String?
.
no setterinherited
.
no setterinherited
copyWith → $StickerpackCopyWith<Stickerpack>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
name String
.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stickers List<Sticker>
.
no setterinherited
title String
.
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