MBUploadableMediaElement constructor

MBUploadableMediaElement(
  1. String localeIdentifier,
  2. String elementName, {
  3. required List<String> uuIds,
})

Initializes a media element with a locale identifier, a name and the UUIDs of the media of MBurger.

Implementation

MBUploadableMediaElement(
  super.localeIdentifier,
  super.elementName, {
  required this.uuIds,
});