fromJson static method
- String json
Implementation
static GlobalVectorDefinition fromJson(String json) {
return ensureInitialized().decodeJson<GlobalVectorDefinition>(json);
}
static GlobalVectorDefinition fromJson(String json) {
return ensureInitialized().decodeJson<GlobalVectorDefinition>(json);
}