destination property
RequestDestination
get
destination
Returns the kind of resource requested by request, e.g., "document" or "script".
Implementation
_i3.RequestDestination get destination =>
_i3.RequestDestinationOptions.values.byName(_i4.getProperty(
this,
'destination',
));