clone method

dynamic clone()

Implementation

clone() {
  return Entity(value: toJson());
}