DataTypeSet class

Constructors

DataTypeSet({bool? appcache, bool? cache, bool? cacheStorage, bool? cookies, bool? downloads, bool? fileSystems, bool? formData, bool? history, bool? indexedDb, bool? localStorage, bool? serverBoundCertificates, bool? passwords, bool? pluginData, bool? serviceWorkers, bool? webSql})
DataTypeSet.fromJS(DataTypeSet _wrapped)

Properties

appcache bool?
Websites' appcaches.
getter/setter pair
cache bool?
The browser's cache.
getter/setter pair
cacheStorage bool?
Cache storage
getter/setter pair
cookies bool?
The browser's cookies.
getter/setter pair
downloads bool?
The browser's download list.
getter/setter pair
fileSystems bool?
Websites' file systems.
getter/setter pair
formData bool?
The browser's stored form data.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
history bool?
The browser's history.
getter/setter pair
indexedDb bool?
Websites' IndexedDB data.
getter/setter pair
localStorage bool?
Websites' local storage data.
getter/setter pair
passwords bool?
Stored passwords.
getter/setter pair
pluginData bool?
Plugins' data.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverBoundCertificates bool?
Server-bound certificates.
getter/setter pair
serviceWorkers bool?
Service Workers.
getter/setter pair
toJS → DataTypeSet
no setter
webSql bool?
Websites' WebSQL data.
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