StickerPack

StickerPack

data class StickerPack

Fields

Name Description
val name: String
val file: String
val stickers: List<Sticker>

Constructors

<init>

constructor(name: String, file: String, stickers: List<Sticker>)

Parameters

Name Description
name: String
file: String
stickers: List<Sticker>