getProperties method
Returns the media properties associated with the key.
Implementation
dynamic getProperties(String key) => this.getMediaProperties()?[key];
Returns the media properties associated with the key.
dynamic getProperties(String key) => this.getMediaProperties()?[key];