NotusDocument.fromJson constructor
NotusDocument.fromJson(
- List data
Implementation
NotusDocument.fromJson(List data)
: _heuristics = NotusHeuristics.fallback,
_delta = Delta.fromJson(data) {
_loadDocument(_delta);
}