copy method

  1. @override
PaintContent copy()
override

复制实例,避免对象传递

Implementation

@override
PaintContent copy() => EmptyContent();