getAllProperties method

Map? getAllProperties()

Returns all properties found.

Implementation

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