copy method

SSA copy()

Implementation

SSA copy() {
  return SSA(name, type: type, version: version);
}