UUpdateSubjectStatusSubjectRepoRef class abstract
- Implemented types
- Available extensions
Constructors
- UUpdateSubjectStatusSubjectRepoRef.new({required RepoRef data})
-
constfactory
Properties
-
copyWith
→ _$$UUpdateSubjectStatusSubjectRepoRefImplCopyWith<
_$UUpdateSubjectStatusSubjectRepoRefImpl> -
no setter
- data → RepoRef
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- isNotRepoBlobRef → bool
-
Available on UUpdateSubjectStatusSubject, provided by the $UUpdateSubjectStatusSubjectExtension extension
Returns true if this data is not RepoBlobRef, otherwise false.no setter - isNotRepoRef → bool
-
Available on UUpdateSubjectStatusSubject, provided by the $UUpdateSubjectStatusSubjectExtension extension
Returns true if this data is not RepoRef, otherwise false.no setter - isNotStrongRef → bool
-
Available on UUpdateSubjectStatusSubject, provided by the $UUpdateSubjectStatusSubjectExtension extension
Returns true if this data is not StrongRef, otherwise false.no setter - isNotUnknown → bool
-
Available on UUpdateSubjectStatusSubject, provided by the $UUpdateSubjectStatusSubjectExtension extension
Returns true if this data is not unknown object, otherwise false.no setter - isRepoBlobRef → bool
-
Available on UUpdateSubjectStatusSubject, provided by the $UUpdateSubjectStatusSubjectExtension extension
Returns true if this data is RepoBlobRef, otherwise false.no setter - isRepoRef → bool
-
Available on UUpdateSubjectStatusSubject, provided by the $UUpdateSubjectStatusSubjectExtension extension
Returns true if this data is RepoRef, otherwise false.no setter - isStrongRef → bool
-
Available on UUpdateSubjectStatusSubject, provided by the $UUpdateSubjectStatusSubjectExtension extension
Returns true if this data is StrongRef, otherwise false.no setter - isUnknown → bool
-
Available on UUpdateSubjectStatusSubject, provided by the $UUpdateSubjectStatusSubjectExtension extension
Returns true if this data is unknown object, otherwise false.no setter - repoBlobRef → RepoBlobRef
-
Available on UUpdateSubjectStatusSubject, provided by the $UUpdateSubjectStatusSubjectExtension extension
Returns this data as RepoBlobRef.no setter - repoBlobRefOrNull → RepoBlobRef?
-
Available on UUpdateSubjectStatusSubject, provided by the $UUpdateSubjectStatusSubjectExtension extension
Returns RepoBlobRef if this data is RepoBlobRef, otherwise null.no setter - repoRef → RepoRef
-
Available on UUpdateSubjectStatusSubject, provided by the $UUpdateSubjectStatusSubjectExtension extension
Returns this data as RepoRef.no setter - repoRefOrNull → RepoRef?
-
Available on UUpdateSubjectStatusSubject, provided by the $UUpdateSubjectStatusSubjectExtension extension
Returns RepoRef if this data is RepoRef, otherwise null.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- strongRef → StrongRef
-
Available on UUpdateSubjectStatusSubject, provided by the $UUpdateSubjectStatusSubjectExtension extension
Returns this data as StrongRef.no setter - strongRefOrNull → StrongRef?
-
Available on UUpdateSubjectStatusSubject, provided by the $UUpdateSubjectStatusSubjectExtension extension
Returns StrongRef if this data is StrongRef, otherwise null.no setter -
unknown
→ Map<
String, dynamic> -
Available on UUpdateSubjectStatusSubject, provided by the $UUpdateSubjectStatusSubjectExtension extension
Returns this data as JSON object.no setter -
unknownOrNull
→ Map<
String, dynamic> ? -
Available on UUpdateSubjectStatusSubject, provided by the $UUpdateSubjectStatusSubjectExtension extension
Returns JSON object if this data is unknown, otherwise null.no setter
Methods
-
map<
TResult extends Object?> ({required TResult repoRef(UUpdateSubjectStatusSubjectRepoRef value), required TResult strongRef(UUpdateSubjectStatusSubjectStrongRef value), required TResult repoBlobRef(UUpdateSubjectStatusSubjectRepoBlobRef value), required TResult unknown(UUpdateSubjectStatusSubjectUnknown value)}) → TResult -
inherited
-
mapOrNull<
TResult extends Object?> ({TResult? repoRef(UUpdateSubjectStatusSubjectRepoRef value)?, TResult? strongRef(UUpdateSubjectStatusSubjectStrongRef value)?, TResult? repoBlobRef(UUpdateSubjectStatusSubjectRepoBlobRef value)?, TResult? unknown(UUpdateSubjectStatusSubjectUnknown value)?}) → TResult? -
inherited
-
maybeMap<
TResult extends Object?> ({TResult repoRef(UUpdateSubjectStatusSubjectRepoRef value)?, TResult strongRef(UUpdateSubjectStatusSubjectStrongRef value)?, TResult repoBlobRef(UUpdateSubjectStatusSubjectRepoBlobRef value)?, TResult unknown(UUpdateSubjectStatusSubjectUnknown value)?, required TResult orElse()}) → TResult -
inherited
-
maybeWhen<
TResult extends Object?> ({TResult repoRef(RepoRef data)?, TResult strongRef(StrongRef data)?, TResult repoBlobRef(RepoBlobRef 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 UUpdateSubjectStatusSubject, provided by the $UUpdateSubjectStatusSubjectExtension extension
Returns JSON representation. -
toString(
) → String -
A string representation of this object.
inherited
-
when<
TResult extends Object?> ({required TResult repoRef(RepoRef data), required TResult strongRef(StrongRef data), required TResult repoBlobRef(RepoBlobRef data), required TResult unknown(Map< String, dynamic> data)}) → TResult -
inherited
-
whenOrNull<
TResult extends Object?> ({TResult? repoRef(RepoRef data)?, TResult? strongRef(StrongRef data)?, TResult? repoBlobRef(RepoBlobRef data)?, TResult? unknown(Map< String, dynamic> data)?}) → TResult? -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited