toMutable method

MutableDocument toMutable ()

Implementation

MutableDocument toMutable() {
  return MutableDocument(map: internalState, id: id);
}