clone method
dynamic
clone()
inherited
Implementation
dynamic clone() =>
illegalState("Mutation not supported for base MModel. Perhaps you are "
"attempting to mutate an abstract class?");
dynamic clone() =>
illegalState("Mutation not supported for base MModel. Perhaps you are "
"attempting to mutate an abstract class?");