fromJson static method

NoteRemoved fromJson(
  1. String json
)

Implementation

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