BookletEntity constructor
BookletEntity({
- required String? appId,
- String? description,
- List<
SectionEntity> ? sections, - StorageConditionsEntity? conditions,
Implementation
BookletEntity({
required this.appId,
this.description,
this.sections,
this.conditions,
});