ScreenshotCluster class
Constructors
-
ScreenshotCluster({String? activity, String? clusterId, Screen? keyScreen, List<
Screen> ? screens}) - ScreenshotCluster.fromJson(Map _json)
Properties
- activity ↔ String?
-
A string that describes the activity of every screen in the cluster.
getter/setter pair
- clusterId ↔ String?
-
A unique identifier for the cluster.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- keyScreen ↔ Screen?
-
A singular screen that represents the cluster as a whole.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
screens
↔ List<
Screen> ? -
Full list of screens.
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