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