StickerFormat.from constructor

StickerFormat.from(
  1. int value
)

Creates StickerFormat from value

Implementation

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