MBUploadableImagesElement constructor
      
      MBUploadableImagesElement(})
     
    
Initializes an images element with a locale identifier, a name and the paths of the images
Implementation
MBUploadableImagesElement(
  super.localeIdentifier,
  super.elementName, {
  required this.images,
});