LDConnectionInformation class Null safety

Describes the connectivity state of the SDK, and information on occurrence of request failures and successes.

Constructors

LDConnectionInformation(LDConnectionState connectionState, LDFailure? lastFailure, DateTime? lastSuccessfulConnection, DateTime? lastFailedConnection)
Constructor for LDConnectionInformation
const

Properties

connectionState → LDConnectionState
The connectivity state of the SDK.
final
hashCode → int
The hash code for this object.
read-onlyinherited
lastFailedConnection → DateTime?
The time at which lastFailure occurred, if ever.
final
lastFailure → LDFailure?
The most recent failure the SDK has encountered.
final
lastSuccessfulConnection → DateTime?
The most recent time that new flag values were received, if ever.
final
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

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

Operators

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