pattern property

String? pattern
final

The string representation of the pattern for the server rule.

Note: this has to be the string representation of a pattern instead of a Pattern object, since Registration objects must have a constant constructor for it to be used as an annotation.

Only used when annotating request handlers. Null when it is annotating an exception handler, server exception handler or server raw exception handler.

Implementation

final String? pattern;