jsonWorldContentPaths property

  1. @JsonKey(name: 'jsonWorldContentPaths')
Map<String, String>? jsonWorldContentPaths
getter/setter pair

This points to the generated JSON that contains all the Definitions. Each key is a locale. The value is a path to the aggregated world definitions (warning: large file!)

Implementation

@JsonKey(name:'jsonWorldContentPaths')
Map<String, String>? jsonWorldContentPaths;