SkippedDetail class

Details for an outcome with a SKIPPED outcome summary.

Constructors

SkippedDetail({bool? incompatibleAppVersion, bool? incompatibleArchitecture, bool? incompatibleDevice})
SkippedDetail.fromJson(Map _json)

Properties

hashCode int
The hash code for this object.
no setterinherited
incompatibleAppVersion bool?
If the App doesn't support the specific API level.
getter/setter pair
incompatibleArchitecture bool?
If the App doesn't run on the specific architecture, for example, x86.
getter/setter pair
incompatibleDevice bool?
If the requested OS version doesn't run on the specific device model.
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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