NotusDocument.fromJson constructor
NotusDocument.fromJson(
- List data, {
- NotusHeuristics heuristics = NotusHeuristics.fallback,
Creates new NotusDocument from provided JSON data
.
Implementation
NotusDocument.fromJson(List data,
{this.heuristics = NotusHeuristics.fallback})
: _delta = _migrateDelta(Delta.fromJson(data)) {
_loadDocument(_delta);
}