MBUploadableMediaElement class
An uploadable element representing some images.
- Inheritance
-
- Object
- MBUploadableElement
- MBUploadableMediaElement
Constructors
-
MBUploadableMediaElement(String localeIdentifier, String elementName, {required List<
String> uuIds}) - Initializes a media element with a locale identifier, a name and the UUIDs of the media of MBurger.
Properties
- elementName → String
-
The name/key of the element.
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- localeIdentifier → String
-
The locale of the element. This is needed to construct the parameter name.
finalinherited
- parameterName → String
-
The name of the element, used when the element will be passed to the api.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
uuIds
→ List<
String> -
The array of uuids of the media.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toForm(
) → List< MBMultipartForm> ? -
Converts the element to an array of MBMultipartForm representing it.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited