paths property Null safety
read / write
Callback paths.
The key that identifies the APIPath
is a runtime expression that can be evaluated in the context of a runtime HTTP request/response to identify the URL to be used for the callback request. A simple example might be $request.body#/url.
Implementation
Map<String, APIPath>? paths;