toDelta method
Delta
toDelta()
Returns the Delta equivalent version of this EasyText
Implementation
Delta toDelta() {
return Delta()..insert(str(), styles.toJson());
}
Returns the Delta equivalent version of this EasyText
Delta toDelta() {
return Delta()..insert(str(), styles.toJson());
}