RequestPattern constructor
RequestPattern({
- String? urlPattern,
- ResourceType? resourceType,
- InterceptionStage? interceptionStage,
Implementation
RequestPattern({this.urlPattern, this.resourceType, this.interceptionStage});