NotusDocument.fromJson constructor

NotusDocument.fromJson(
  1. List data
)

Implementation

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