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