NiceReportBlock constructor
NiceReportBlock({
- required String id,
- required NiceReportBlockType type,
- String title = '',
- String content = '',
Implementation
NiceReportBlock({
required this.id,
required this.type,
this.title = '',
this.content = '',
});