mediaText property
The mediaText property of the MediaList
interface is a that returns a string representing the
MediaList as text, and also allows you to set a new MediaList.
Implementation
external String get mediaText;
Implementation
external set mediaText(String value);