handlers property
An ordered list of URL-matching patterns that should be applied to incoming requests.
The first matching URL handles the request and other request handlers are not attempted.Only returned in GET requests if view=FULL is set.
Implementation
core.List<UrlMap>? handlers;