delegate property
BaseBoxyDelegate<Object, BaseBoxyChild>
get
delegate
The current delegate of this boxy.
Implementation
BaseBoxyDelegate get delegate;
Implementation
set delegate(covariant BaseBoxyDelegate newDelegate);