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