items property

List<Sticker>? items
final

Items of the category which can be existing or new defined stickers. If null an empty category will be created.

// Defaults to:
null

Implementation

final List<Sticker>? items;