copyWith method

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

Implementation

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