GetDetails class

Constructors

GetDetails({required String primaryUrl, String? secondaryUrl, ResourceIdentifier? resourceIdentifier, bool? incognito})
GetDetails.fromJS(GetDetails _wrapped)

Properties

hashCode int
The hash code for this object.
no setterinherited
incognito bool?
Whether to check the content settings for an incognito session. (default false)
getter/setter pair
primaryUrl String
The primary URL for which the content setting should be retrieved. Note that the meaning of a primary URL depends on the content type.
getter/setter pair
resourceIdentifier ResourceIdentifier?
A more specific identifier of the type of content for which the settings should be retrieved.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondaryUrl String?
The secondary URL for which the content setting should be retrieved. Defaults to the primary URL. Note that the meaning of a secondary URL depends on the content type, and not all content types use secondary URLs.
getter/setter pair
toJS → GetDetails
no setter

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