BookletEntity constructor

BookletEntity({
  1. required String? appId,
  2. String? description,
  3. List<SectionEntity>? sections,
  4. StorageConditionsEntity? conditions,
})

Implementation

BookletEntity({
  required this.appId,
  this.description,
  this.sections,
  this.conditions,
});