rules property

List<APIRouteRule> get rules

Returns the rules of the route.

Implementation

List<APIRouteRule> get rules => routeHandler.rules;