createProxy method

  1. @override
SAPProxy? createProxy(
  1. Shape shape
)
override

Create a new proxy.

Implementation

@override
SAPProxy? createProxy(Shape shape ) {
  return SAPProxy(this, shape);
}