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