InitCallback<C extends Cube> typedef

InitCallback<C extends Cube> = dynamic Function(C cube)

Implementation

typedef InitCallback<C extends Cube> = Function(C cube);