stringResPathMap property

Map<String, String>? stringResPathMap
getter/setter pair

The strings resource paths for multi-language. The key is country code, the value is strings resource path.

Implementation

Map<String, String>? stringResPathMap;