copy method

  1. @override
BreakStatement copy()
override

Implementation

@override
BreakStatement copy() {
  return BreakStatement.init();
}