StickerType.from constructor

StickerType.from(
  1. int value
)

Creates StickerType from value

Implementation

StickerType.from(int value) : super(value);