StickerBuilder constructor

StickerBuilder({
  1. String description = '',
  2. required AttachmentBuilder file,
  3. String name = '',
  4. String tags = '',
})

Implementation

StickerBuilder({this.description = '', required this.file, this.name = '', this.tags = ''});