copyWith method

TMeUrlTypeStickerSet copyWith({
  1. int? stickerSetId,
})

Implementation

TMeUrlTypeStickerSet copyWith({int? stickerSetId}) =>
    TMeUrlTypeStickerSet(stickerSetId: stickerSetId ?? this.stickerSetId);