CartActivationResponse constructor
const
CartActivationResponse({})
Implementation
const CartActivationResponse({
required this.id,
required this.merchantId,
required this.activationKey,
required this.name,
required this.status,
required this.liteSubscription,
});