getAllProperties method

Map? getAllProperties()

Returns all properties found, including stream properties.

Implementation

Map<dynamic, dynamic>? getAllProperties() => this._allProperties;