getAllPropertiesTypes method

Map<String, String> getAllPropertiesTypes()

Implementation

Map<String, String> getAllPropertiesTypes() =>
    UnmodifiableMapView(_propertiesTypes);