DeviceSelectionResult class

Contains the run results requested by the device selection configuration and how many devices were returned. For an example of the JSON response syntax, see ScheduleRun.

Constructors

DeviceSelectionResult({List<DeviceFilter>? filters, int? matchedDevicesCount, int? maxDevices})
DeviceSelectionResult.fromJson(Map<String, dynamic> json)
factory

Properties

filters List<DeviceFilter>?
The filters in a device selection result.
final
hashCode int
The hash code for this object.
no setterinherited
matchedDevicesCount int?
The number of devices that matched the device filter selection criteria.
final
maxDevices int?
The maximum number of devices to be selected by a device filter and included in a test run.
final
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