dispatchable_generator 0.0.1-dev.1
dispatchable_generator: ^0.0.1-dev.1 copied to clipboard
Generates dispatchers which take handlers for all sub classes of an annotated class, allowing you to have type safety guarantees that all possible sub classes have been considered by a given dispatcher.
A library for Dart developers.
Created from templates made available by Stagehand under a BSD-style license.
Usage #
A simple usage example:
import 'dispatchable_generator.dart';
main() {
var awesome = new Awesome();
}
Features and bugs #
Please file feature requests and bugs at the issue tracker.