fromJson static method
Implementation
static Note fromJson(wrapped) => wrapped is Note
? wrapped
: mmodelRegistry.instantiate(json: wrapped, type: NoteRef);
static Note fromJson(wrapped) => wrapped is Note
? wrapped
: mmodelRegistry.instantiate(json: wrapped, type: NoteRef);