copyWith method

GetInstalledStickerSets copyWith({
  1. StickerType? stickerType,
})

Implementation

GetInstalledStickerSets copyWith({
  StickerType? stickerType,
}) =>
    GetInstalledStickerSets(
      stickerType: stickerType ?? this.stickerType,
    );