getStringProperty method

String? getStringProperty(
  1. String key
)

Returns the media property associated with the key.

Implementation

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