Returns Delta representation of this node.
@override Delta toDelta() { return Delta()..insert(_value, style.toJson()); }