applyRule abstract method
Applies heuristic rule to an operation on a document
and returns
resulting Delta.
Implementation
Delta? applyRule(
Document document,
int index, {
int? len,
Object? data,
Attribute? attribute,
});
Applies heuristic rule to an operation on a document
and returns
resulting Delta.
Delta? applyRule(
Document document,
int index, {
int? len,
Object? data,
Attribute? attribute,
});