clone method

dynamic clone()

Implementation

dynamic clone() {
  return GraphClientConfig.read(toMap(),
      typeName: mtype.artifactId!.capitalize(), isNullable: false);
}