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