External constructor
External({
- required String id,
- required int campaignLimit,
- required String category,
- required bool codesVaultLoader,
- required String color,
- required bool createFromPanel,
- required int dailyLimit,
- required dynamic description,
- required bool enabled,
- required bool fastImport,
- required String formula,
- required int globalCampaignLimit,
- required int globalDailyLimit,
- required bool moderationUpdate,
- required String name,
- required String slug,
- required bool trackingAction,
- required bool useAsForm,
- required bool usePointType,
- required bool usePrizeForm,
- required bool useRetailForm,
- required bool useSignupForm,
- required dynamic iconUrl,
- required String formId,
- required dynamic pointType,
- required dynamic pointTypeId,
- required int createdAt,
- required int updatedAt,
- required List filter,
Implementation
External({
required this.id,
required this.campaignLimit,
required this.category,
required this.codesVaultLoader,
required this.color,
required this.createFromPanel,
required this.dailyLimit,
required this.description,
required this.enabled,
required this.fastImport,
required this.formula,
required this.globalCampaignLimit,
required this.globalDailyLimit,
required this.moderationUpdate,
required this.name,
required this.slug,
required this.trackingAction,
required this.useAsForm,
required this.usePointType,
required this.usePrizeForm,
required this.useRetailForm,
required this.useSignupForm,
required this.iconUrl,
required this.formId,
required this.pointType,
required this.pointTypeId,
required this.createdAt,
required this.updatedAt,
required this.filter,
});