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