fromJson static method

NoteChanged fromJson(
  1. String json
)

Implementation

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