Analysis class final

Analysis is a base class for those classes used to render analysis results in a scene view.

This class defines common members for an analysis object, including the current Status and an ID.

Implemented types
Implementers

Properties

hashCode → int
The hash code for this object.
no setterinherited
isVisible ↔ bool
Whether or not an Analysis is visible.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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