MBBlock constructor
MBBlock({})
Initializes a MBBlock
with all its data
Implementation
MBBlock({
required this.id,
required this.title,
required this.subtitle,
required this.order,
required this.sections,
});
Initializes a MBBlock
with all its data
MBBlock({
required this.id,
required this.title,
required this.subtitle,
required this.order,
required this.sections,
});