CreateParameters class

Constructors

CreateParameters({required List<Reason> reasons, required String url, required String justification})
CreateParameters.fromJS(CreateParameters _wrapped)

Properties

hashCode int
The hash code for this object.
no setterinherited
justification String
A developer-provided string that explains, in more detail, the need for the background context. The user agent may use this in display to the user.
getter/setter pair
reasons List<Reason>
The reason(s) the extension is creating the offscreen document.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → CreateParameters
no setter
url String
The (relative) URL to load in the document.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited