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