fromJson static method

Fact fromJson(
  1. dynamic wrapped
)
override

Implementation

static Fact fromJson(wrapped) => wrapped is Fact ? wrapped : mmodelRegistry.instantiate(json: wrapped, type: FactRef);