MoveAnalysisResult class
An analysis result including blockers and warnings.
Constructors
-
MoveAnalysisResult({List<
MoveImpact> ? blockers, List<MoveImpact> ? warnings}) - MoveAnalysisResult.fromJson(Map json_)
Properties
-
blockers
↔ List<
MoveImpact> ? -
Blocking information that would prevent the target resource from moving to
the specified destination at runtime.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
warnings
↔ List<
MoveImpact> ? -
Warning information indicating that moving the target resource to the
specified destination might be unsafe.
getter/setter pair
Methods
-
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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited