getAllProperties method
Returns all properties in a map or null if no properties are found
Implementation
Map<dynamic, dynamic>? getAllProperties() {
return _allProperties;
}
Returns all properties in a map or null if no properties are found
Map<dynamic, dynamic>? getAllProperties() {
return _allProperties;
}