HttpAnnotationInfo typedef

HttpAnnotationInfo = ({String? path, String type})

Represents the type of HTTP annotation (e.g., @Get, @Post) with its optional path argument.

Implementation

typedef HttpAnnotationInfo = ({String type, String? path});