mutableString method

MutableCell<String> mutableString()

Simply returns this cell

Implementation

MutableCell<String> mutableString() => this;