copy method

MTime copy()

Implementation

MTime copy() {
  return MTime(
    timeMap: Map<String, int>.from(timeMap),
    all: all,
  );
}