toDelta method

Delta toDelta()

Returns the Delta equivalent version of this EasyText

Implementation

Delta toDelta() {
  return Delta()..insert(str(), styles.toJson());
}