DeviceMinutes class
Represents the total (metered or unmetered) minutes used by the resource to run tests. Contains the sum of minutes consumed by all children.
Constructors
- DeviceMinutes.new({double? metered, double? total, double? unmetered})
-
DeviceMinutes.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- metered → double?
-
When specified, represents only the sum of metered minutes used by the
resource to run tests.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- total → double?
-
When specified, represents the total minutes used by the resource to run
tests.
final
- unmetered → double?
-
When specified, represents only the sum of unmetered minutes used by the
resource to run tests.
final
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