copyWith method
Implementation
GetTrendingStickerSets copyWith({
int? offset,
int? limit,
}) => GetTrendingStickerSets(
offset: offset ?? this.offset,
limit: limit ?? this.limit,
);
GetTrendingStickerSets copyWith({
int? offset,
int? limit,
}) => GetTrendingStickerSets(
offset: offset ?? this.offset,
limit: limit ?? this.limit,
);