USearchPostsSkeletonSortKnownValue class abstract
- Implemented types
- Available extensions
Constructors
- USearchPostsSkeletonSortKnownValue.new({required KnownSearchPostsSkeletonSort data})
-
constfactory
Properties
-
copyWith
→ _$$USearchPostsSkeletonSortKnownValueImplCopyWith<
_$USearchPostsSkeletonSortKnownValueImpl> -
no setter
- data → KnownSearchPostsSkeletonSort
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isKnownValue → bool
-
Available on USearchPostsSkeletonSort, provided by the $USearchPostsSkeletonSortExtension extension
Returns true if this is known value, otherwise false.no setter - isNotKnownValue → bool
-
Available on USearchPostsSkeletonSort, provided by the $USearchPostsSkeletonSortExtension extension
Returns true if this is not known value, otherwise false.no setter - isNotUnknownValue → bool
-
Available on USearchPostsSkeletonSort, provided by the $USearchPostsSkeletonSortExtension extension
Returns true if this is not unknown value, otherwise false.no setter - isUnknownValue → bool
-
Available on USearchPostsSkeletonSort, provided by the $USearchPostsSkeletonSortExtension extension
Returns true if this is unknown value, otherwise false.no setter - knownValue → KnownSearchPostsSkeletonSort
-
Available on USearchPostsSkeletonSort, provided by the $USearchPostsSkeletonSortExtension extension
Returns known value.no setter - knownValueOrNull → KnownSearchPostsSkeletonSort?
-
Available on USearchPostsSkeletonSort, provided by the $USearchPostsSkeletonSortExtension 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 USearchPostsSkeletonSort, provided by the $USearchPostsSkeletonSortExtension extension
Returns unknown value.no setter - unknownValueOrNull → String?
-
Available on USearchPostsSkeletonSort, provided by the $USearchPostsSkeletonSortExtension extension
Returns unknown value if this data is unknown, otherwise null.no setter
Methods
-
map<
TResult extends Object?> ({required TResult knownValue(USearchPostsSkeletonSortKnownValue value), required TResult unknownValue(USearchPostsSkeletonSortUnknownValue value)}) → TResult -
inherited
-
mapOrNull<
TResult extends Object?> ({TResult? knownValue(USearchPostsSkeletonSortKnownValue value)?, TResult? unknownValue(USearchPostsSkeletonSortUnknownValue value)?}) → TResult? -
inherited
-
maybeMap<
TResult extends Object?> ({TResult knownValue(USearchPostsSkeletonSortKnownValue value)?, TResult unknownValue(USearchPostsSkeletonSortUnknownValue value)?, required TResult orElse()}) → TResult -
inherited
-
maybeWhen<
TResult extends Object?> ({TResult knownValue(KnownSearchPostsSkeletonSort 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 USearchPostsSkeletonSort, provided by the $USearchPostsSkeletonSortExtension extension
Returns string value. -
toString(
) → String -
A string representation of this object.
inherited
-
when<
TResult extends Object?> ({required TResult knownValue(KnownSearchPostsSkeletonSort data), required TResult unknownValue(String data)}) → TResult -
inherited
-
whenOrNull<
TResult extends Object?> ({TResult? knownValue(KnownSearchPostsSkeletonSort data)?, TResult? unknownValue(String data)?}) → TResult? -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited