MBUploadableTextElement constructor
Initializes a text element with a locale identifier, a name and the ids of the text.
Implementation
MBUploadableTextElement(
super.localeIdentifier,
super.elementName, {
required this.text,
});
Initializes a text element with a locale identifier, a name and the ids of the text.
MBUploadableTextElement(
super.localeIdentifier,
super.elementName, {
required this.text,
});