AtOnboardingResult class

The result returned after onboard

Constructors

AtOnboardingResult.cancelled()
Create instance with cancel status
factory
AtOnboardingResult.error({String? message, String? errorCode})
Create instance with error status
factory
AtOnboardingResult.success({required String atsign})
Create instance with success status
factory

Properties

atsign String?
The atSign returned when onboard successfully
getter/setter pair
errorCode String?
The error code returned when onboard failed
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
message String?
The message returned when onboard failed
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status AtOnboardingResultStatus
Status of result
getter/setter pair

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