initiator property
String?
get
initiator
The origin where the request was initiated. This does not change through redirects. If this is an opaque origin, the string 'null' will be used.
Implementation
String? get initiator => _wrapped.initiator;
set
initiator
(String? v)
Implementation
set initiator(String? v) {
_wrapped.initiator = v;
}