copy method

  1. @override
T copy()
override

Implementation

@override
T copy() {
  var t = super.copy();
  return t as T;
}