toMutable method

MutableDocument toMutable ()
override

Returns the same MutableDocument object.

  • Returns: The MutableDocument object.

Implementation

MutableDocument toMutable() {
  return this;
}