clone method

Seed clone()

Implementation

Seed clone() {
  return Seed.fromBytes(bytes);
}