SharedStorageAccessedEvent class

Constructors

SharedStorageAccessedEvent({required TimeSinceEpoch accessTime, required SharedStorageAccessType type, required FrameId mainFrameId, required String ownerOrigin, required SharedStorageAccessParams params})
SharedStorageAccessedEvent.fromJson(Map<String, dynamic> json)
factory

Properties

accessTime TimeSinceEpoch
Time of the access.
final
hashCode int
The hash code for this object.
no setterinherited
mainFrameId FrameId
DevTools Frame Token for the primary frame tree's root.
final
ownerOrigin String
Serialized origin for the context that invoked the Shared Storage API.
final
params SharedStorageAccessParams
The sub-parameters warapped by params are all optional and their presence/absence depends on type.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type SharedStorageAccessType
Enum value indicating the Shared Storage API method invoked.
final

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