DiagnosticsSnapshot class

Constructors

DiagnosticsSnapshot({required DateTime capturedAt, required GeolocationState? state, required JsonMap? config, required List<QueueItem> queue, required JsonMap? metadata})
const

Properties

capturedAt DateTime
final
config JsonMap?
final
hashCode int
The hash code for this object.
no setterinherited
metadata JsonMap?
final
queue List<QueueItem>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state GeolocationState?
final

Methods

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

Operators

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