getAllProperties method

Map? getAllProperties()

Returns all properties found.

Implementation

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