DistributerLevelContent constructor

DistributerLevelContent({
  1. int? id,
  2. String? name,
  3. int? parentId,
  4. int? commercialChannelId,
  5. int? statusId,
  6. String? parentName,
  7. String? commercialChannel,
  8. bool? salesForce,
  9. bool? allowDesignation,
  10. List? children,
  11. bool? partner,
  12. bool? retailer,
  13. bool? store,
  14. bool? usersAllowed,
  15. bool? loadingStation,
  16. bool? oss,
})

Implementation

DistributerLevelContent({
  this.id,
  this.name,
  this.parentId,
  this.commercialChannelId,
  this.statusId,
  this.parentName,
  this.commercialChannel,
  this.salesForce,
  this.allowDesignation,
  this.children,
  this.partner,
  this.retailer,
  this.store,
  this.usersAllowed,
  this.loadingStation,
  this.oss,
});