copyWith method
Implementation
StarTransactionTypeUserDeposit copyWith({int? userId, Sticker? sticker}) =>
StarTransactionTypeUserDeposit(
userId: userId ?? this.userId,
sticker: sticker ?? this.sticker,
);
StarTransactionTypeUserDeposit copyWith({int? userId, Sticker? sticker}) =>
StarTransactionTypeUserDeposit(
userId: userId ?? this.userId,
sticker: sticker ?? this.sticker,
);