copy method

  1. @override
Square copy()
override

Implementation

@override
Square copy() => Square.copyFrom(this);