ConnectionStatus class

Constructors

ConnectionStatus({List<StatusChangeLogs>? statusChangeLogs, bool? isAuthSuccessful, num? lastAuthAttemptOn, num? lastSuccessfulAuthOn, num? statusCode, bool? isValid, bool? isSecurityStepPending, String? description, dynamic userAction, bool? isQuestionStepPending})
ConnectionStatus.fromJson(dynamic json)

Properties

description String?
no setter
hashCode int
The hash code for this object.
no setterinherited
isAuthSuccessful bool?
no setter
isQuestionStepPending bool?
no setter
isSecurityStepPending bool?
no setter
isValid bool?
no setter
lastAuthAttemptOn num?
no setter
lastSuccessfulAuthOn num?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusChangeLogs List<StatusChangeLogs>?
no setter
statusCode num?
no setter
userAction → dynamic
no setter

Methods

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

Operators

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