copyWith method

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

Implementation

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