copyWith method
Implementation
SearchStickerSets copyWith({StickerType? stickerType, String? query}) =>
SearchStickerSets(
stickerType: stickerType ?? this.stickerType,
query: query ?? this.query,
);
SearchStickerSets copyWith({StickerType? stickerType, String? query}) =>
SearchStickerSets(
stickerType: stickerType ?? this.stickerType,
query: query ?? this.query,
);