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