generators top-level property
A sorted list of Dart Functions Framework project generators.
Implementation
final List<Generator> generators = [
HelloWorldGenerator(),
JsonFunctionGenerator(),
CloudEventFunctionGenerator(),
]..sort();
A sorted list of Dart Functions Framework project generators.
final List<Generator> generators = [
HelloWorldGenerator(),
JsonFunctionGenerator(),
CloudEventFunctionGenerator(),
]..sort();