toData method

Implementation

MerkleRootDataArgs toData() {
  return MerkleRootDataArgs()..hash = hash;
}