code_generators 0.0.3
code_generators: ^0.0.3 copied to clipboard
Collection of the template based code generators to simplify the process of generating the source code.
example/example.dart
const i = 0;
var x = 2;
int get xx => 0;
foo() {}
typedef A();
class Foo {}