MBUploadableRelationElement constructor
MBUploadableRelationElement(})
Initializes a relation element with a locale identifier, a name and the ids of the sections selected.
Implementation
MBUploadableRelationElement(
super.localeIdentifier,
super.elementName, {
required this.sectionIds,
});