getProperties method

dynamic getProperties(
  1. String key
)

Returns the media properties associated with the key.

Implementation

dynamic getProperties(String key) => this.getMediaProperties()?[key];