MBSection constructor
MBSection({})
Initializes a MBSection
with all its data
Implementation
MBSection({
required this.id,
required this.order,
required this.elements,
required this.availableAt,
required this.inEvidence,
});