UListLabelSelfLabels class abstract

Implemented types
Available extensions

Constructors

UListLabelSelfLabels.new({required SelfLabels data})
const
factory

Properties

copyWith → _$$UListLabelSelfLabelsImplCopyWith<_$UListLabelSelfLabelsImpl>
no setter
data SelfLabels
no setter
hashCode int
The hash code for this object.
no setterinherited
isNotSelfLabels bool

Available on UListLabel, provided by the $UListLabelExtension extension

Returns true if this data is not SelfLabels, otherwise false.
no setter
isNotUnknown bool

Available on UListLabel, provided by the $UListLabelExtension extension

Returns true if this data is not unknown object, otherwise false.
no setter
isSelfLabels bool

Available on UListLabel, provided by the $UListLabelExtension extension

Returns true if this data is SelfLabels, otherwise false.
no setter
isUnknown bool

Available on UListLabel, provided by the $UListLabelExtension extension

Returns true if this data is unknown object, otherwise false.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selfLabels SelfLabels

Available on UListLabel, provided by the $UListLabelExtension extension

Returns this data as SelfLabels.
no setter
selfLabelsOrNull SelfLabels?

Available on UListLabel, provided by the $UListLabelExtension extension

Returns SelfLabels if this data is SelfLabels, otherwise null.
no setter
unknown Map<String, dynamic>

Available on UListLabel, provided by the $UListLabelExtension extension

Returns this data as JSON object.
no setter
unknownOrNull Map<String, dynamic>?

Available on UListLabel, provided by the $UListLabelExtension extension

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

Methods

map<TResult extends Object?>({required TResult selfLabels(UListLabelSelfLabels value), required TResult unknown(UListLabelUnknown value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? selfLabels(UListLabelSelfLabels value)?, TResult? unknown(UListLabelUnknown value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult selfLabels(UListLabelSelfLabels value)?, TResult unknown(UListLabelUnknown value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult selfLabels(SelfLabels data)?, TResult unknown(Map<String, dynamic> data)?, required TResult orElse()}) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>

Available on UListLabel, provided by the $UListLabelExtension extension

Returns JSON representation.
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>({required TResult selfLabels(SelfLabels data), required TResult unknown(Map<String, dynamic> data)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? selfLabels(SelfLabels data)?, TResult? unknown(Map<String, dynamic> data)?}) → TResult?
inherited

Operators

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