dispatchable_generator 0.0.1-dev.3
dispatchable_generator: ^0.0.1-dev.3 copied to clipboard
Generates abstract dispatcher classes with handle methods for all sub classes of an annotated class.
0.0.1-dev.3 #
- Support building dispatchers for a list of classes.
- Prefix generated classes with _$
- Rename static dispatch function to always be acceptFunc.