UGraphListLabels class sealed
- Available extensions
- Annotations
-
- @freezed
Constructors
- UGraphListLabels.selfLabels({required SelfLabels data})
-
constfactory
-
UGraphListLabels.unknown({required Map<
String, dynamic> data}) -
constfactory
Properties
- data → Object
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isNotSelfLabels → bool
-
Available on UGraphListLabels, provided by the UGraphListLabelsExtension extension
no setter - isNotUnknown → bool
-
Available on UGraphListLabels, provided by the UGraphListLabelsExtension extension
no setter - isSelfLabels → bool
-
Available on UGraphListLabels, provided by the UGraphListLabelsExtension extension
no setter - isUnknown → bool
-
Available on UGraphListLabels, provided by the UGraphListLabelsExtension extension
no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selfLabels → SelfLabels?
-
Available on UGraphListLabels, provided by the UGraphListLabelsExtension extension
no setter -
unknown
→ Map<
String, dynamic> ? -
Available on UGraphListLabels, provided by the UGraphListLabelsExtension extension
no setter
Methods
-
map<
TResult extends Object?> ({required TResult selfLabels(UGraphListLabelsSelfLabels value), required TResult unknown(UGraphListLabelsUnknown value)}) → TResult -
Available on UGraphListLabels, provided by the UGraphListLabelsPatterns extension
Aswitch
-like method, using callbacks. -
mapOrNull<
TResult extends Object?> ({TResult? selfLabels(UGraphListLabelsSelfLabels value)?, TResult? unknown(UGraphListLabelsUnknown value)?}) → TResult? -
Available on UGraphListLabels, provided by the UGraphListLabelsPatterns extension
A variant ofmap
that fallback to returningnull
. -
maybeMap<
TResult extends Object?> ({TResult selfLabels(UGraphListLabelsSelfLabels value)?, TResult unknown(UGraphListLabelsUnknown value)?, required TResult orElse()}) → TResult -
Available on UGraphListLabels, provided by the UGraphListLabelsPatterns extension
A variant ofmap
that fallback to returningorElse
. -
maybeWhen<
TResult extends Object?> ({TResult selfLabels(SelfLabels data)?, TResult unknown(Map< String, dynamic> data)?, required TResult orElse()}) → TResult -
Available on UGraphListLabels, provided by the UGraphListLabelsPatterns extension
A variant ofwhen
that fallback to anorElse
callback. -
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
-
when<
TResult extends Object?> ({required TResult selfLabels(SelfLabels data), required TResult unknown(Map< String, dynamic> data)}) → TResult -
Available on UGraphListLabels, provided by the UGraphListLabelsPatterns extension
Aswitch
-like method, using callbacks. -
whenOrNull<
TResult extends Object?> ({TResult? selfLabels(SelfLabels data)?, TResult? unknown(Map< String, dynamic> data)?}) → TResult? -
Available on UGraphListLabels, provided by the UGraphListLabelsPatterns extension
A variant ofwhen
that fallback to returningnull
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited