globalRules property

bool globalRules
final

If true apply this APIRouteRule declaration to all routes/methods. If false this instance will be applied only to routes/methods without any APIRouteRule declaration.

Implementation

final bool globalRules;