MBUploadableMultipleElement constructor
MBUploadableMultipleElement(})
Initializes a multiple element with a locale identifier, a name and the values selected.
Implementation
MBUploadableMultipleElement(
super.localeIdentifier,
super.elementName, {
required this.values,
});