FastConnectivityStatusBlocEventPayload class

Constructors

FastConnectivityStatusBlocEventPayload.new({Duration? checkInterval = kFastConnectivityCheckInterval, Duration? checkTimeout = kFastConnectivityCheckTimeout, List<String> checkAddresses = kFastConnectivityCheckAddresses, List<int> checkPorts = kFastConnectivityCheckPorts, bool isConnected = false, bool isServiceAvailable = false})
const

Properties

checkAddresses List<String>
final
checkInterval Duration?
final
checkPorts List<int>
final
checkTimeout Duration?
final
hashCode int
The hash code for this object.
no setterinherited
isConnected bool
final
isServiceAvailable bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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