IOSWKWebsiteDataRecord class

Class that represents website data, grouped by domain name using the public suffix list.

NOTE: available on iOS 9.0+.

Use WebsiteDataRecord instead.

Annotations

Constructors

IOSWKWebsiteDataRecord({Set<IOSWKWebsiteDataType>? dataTypes, String? displayName})

Properties

dataTypes Set<IOSWKWebsiteDataType>?
The various types of website data that exist for this data record.
getter/setter pair
displayName String?
The display name for the data record. This is usually the domain name.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts instance to a map.
toMap() Map<String, dynamic>
Converts instance to a map.
toString() String
A string representation of this object.
override

Operators

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

Static Methods

fromMap(Map<String, dynamic>? map) IOSWKWebsiteDataRecord?
Gets a possible IOSWKWebsiteDataRecord instance from a Map value.