DataSourceStatus class final

Constructors

DataSourceStatus({required DataSourceState state, required DateTime stateSince, DataSourceStatusErrorInfo? lastError})

Properties

hashCode int
The hash code for this object.
no setteroverride
lastError DataSourceStatusErrorInfo?
Information about the last error that the data source encountered, if any.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state DataSourceState
An enumerated value representing the overall current state of the data source.
final
stateSince DateTime
The date/time that the value of State most recently changed.
final

Methods

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

Operators

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