Sub2ApiAdminBatchUpdateRedeemCodesRequest constructor
Sub2ApiAdminBatchUpdateRedeemCodesRequest({})
Implementation
Sub2ApiAdminBatchUpdateRedeemCodesRequest({
required List<int> ids,
this.status,
this.expiresAt,
this.clearExpiresAt = false,
this.notes,
this.groupId,
this.clearGroupId = false,
}) : ids = List.unmodifiable(ids);