clone method

dynamic clone()
override

Implementation

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