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