StickerController constructor

StickerController([
  1. UuidGetter? uuid
])

Implementation

StickerController([UuidGetter? uuid])
    : uuid = uuid ?? const Uuid().v4,
      super(const StickerValue());