jsonWorldComponentContentPaths property
- @JsonKey(name: 'jsonWorldComponentContentPaths')
getter/setter pair
This points to the generated JSON that contains all the Definitions. Each key is a locale. The value is a dictionary, where the key is a definition type by name, and the value is the path to the file for that definition. WARNING: This is unsafe and subject to change - do not depend on data in these files staying around long-term.
Implementation
@JsonKey(name:'jsonWorldComponentContentPaths')
Map<String, Map<String, String>>? jsonWorldComponentContentPaths;