UAccountStatusKnownValue class abstract

Implemented types
Available extensions

Constructors

UAccountStatusKnownValue.new({required KnownAccountStatus data})
const
factory

Properties

copyWith → _$$UAccountStatusKnownValueImplCopyWith<_$UAccountStatusKnownValueImpl>
no setter
data KnownAccountStatus
no setter
hashCode int
The hash code for this object.
no setterinherited
isKnownValue bool

Available on UAccountStatus, provided by the $UAccountStatusExtension extension

Returns true if this is known value, otherwise false.
no setter
isNotKnownValue bool

Available on UAccountStatus, provided by the $UAccountStatusExtension extension

Returns true if this is not known value, otherwise false.
no setter
isNotUnknownValue bool

Available on UAccountStatus, provided by the $UAccountStatusExtension extension

Returns true if this is not unknown value, otherwise false.
no setter
isUnknownValue bool

Available on UAccountStatus, provided by the $UAccountStatusExtension extension

Returns true if this is unknown value, otherwise false.
no setter
knownValue KnownAccountStatus

Available on UAccountStatus, provided by the $UAccountStatusExtension extension

Returns known value.
no setter
knownValueOrNull KnownAccountStatus?

Available on UAccountStatus, provided by the $UAccountStatusExtension extension

Returns known value if this data is known, otherwise null.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unknownValue String

Available on UAccountStatus, provided by the $UAccountStatusExtension extension

Returns unknown value.
no setter
unknownValueOrNull String?

Available on UAccountStatus, provided by the $UAccountStatusExtension extension

Returns unknown value if this data is unknown, otherwise null.
no setter

Methods

map<TResult extends Object?>({required TResult knownValue(UAccountStatusKnownValue value), required TResult unknownValue(UAccountStatusUnknownValue value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? knownValue(UAccountStatusKnownValue value)?, TResult? unknownValue(UAccountStatusUnknownValue value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult knownValue(UAccountStatusKnownValue value)?, TResult unknownValue(UAccountStatusUnknownValue value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult knownValue(KnownAccountStatus data)?, TResult unknownValue(String data)?, required TResult orElse()}) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String

Available on UAccountStatus, provided by the $UAccountStatusExtension extension

Returns string value.
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>({required TResult knownValue(KnownAccountStatus data), required TResult unknownValue(String data)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? knownValue(KnownAccountStatus data)?, TResult? unknownValue(String data)?}) → TResult?
inherited

Operators

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