node property
Map<String, HttpRequest>
get
node
A way to access the request triggering the event.
The request is available through node"value"
Read-only*
You cannot mutate the request directly.
Implementation
Map<String, HttpRequest> get node => {'value': _request};