copyWith method

GetStickerSet copyWith({
  1. int? setId,
})

Implementation

GetStickerSet copyWith({
  int? setId,
}) =>
    GetStickerSet(
      setId: setId ?? this.setId,
    );