getStringProperty method

String? getStringProperty(
  1. String key
)

Returns the stream property associated with the key.

Implementation

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