getAllProperties method

Map? getAllProperties()

Returns all properties in a map or null if no properties are found

Implementation

Map<dynamic, dynamic>? getAllProperties() {
  return _allProperties;
}