menu
b2b_graphql_package package
documentation
modules/promotion/promotion_model.dart
PromotionModel
PromotionModel.new constructor
PromotionModel.new constructor
dark_mode
light_mode
PromotionModel
constructor
PromotionModel
(
String
id
,
String
?
description
,
String
?
title
,
bool
?
status
,
List
<
Packs
>
packs
,
)
Implementation
PromotionModel( this.id, this.description, this.title, this.status, this.packs);
b2b_graphql_package package
documentation
modules/promotion/promotion_model
PromotionModel
PromotionModel.new constructor
PromotionModel class