generateRest property
Whether to generate a REST API server (.openapi.dart and .openapi.json).
When true, a standalone REST API server using shelf_plus is generated
alongside an OpenAPI 3.0 specification. The REST endpoints are
automatically mapped from the annotated tool methods.
Defaults to false.
Implementation
final bool generateRest;