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