MBUploadableDropdownElement constructor
MBUploadableDropdownElement(})
Initializes a dropdown element with a locale, a name and the selected value.
Implementation
MBUploadableDropdownElement(
super.localeIdentifier,
super.elementName, {
required this.value,
});