NotusDocument constructor
NotusDocument()
Creates new empty Notus document.
Implementation
NotusDocument()
: _heuristics = NotusHeuristics.fallback,
_delta = Delta()..insert('\n') {
_loadDocument(_delta);
}
Creates new empty Notus document.
NotusDocument()
: _heuristics = NotusHeuristics.fallback,
_delta = Delta()..insert('\n') {
_loadDocument(_delta);
}