MBUploadableElement constructor

MBUploadableElement(
  1. String localeIdentifier,
  2. String elementName
)

Initializes an uploadable element with a locale identifier and a name

Implementation

MBUploadableElement(
  this.localeIdentifier,
  this.elementName,
);