clone method

dynamic clone()

Creates a binary clone of this object.

Returns a clone of this object.

Implementation

dynamic clone() {
  return StringValueMap(this);
}