toMutable method
override
Returns the same MutableDocument object.
- Returns: The MutableDocument object.
Implementation
MutableDocument toMutable() {
return this;
}
Returns the same MutableDocument object.
MutableDocument toMutable() {
return this;
}