copyByType abstract method

  1. @override
Box copyByType(
  1. Coords type
)
override

Copies this as another object according to the given type.

Implementation

@override
Box copyByType(Coords type);