Counters class

Represents entity counters.

Constructors

Counters({int? errored, int? failed, int? passed, int? skipped, int? stopped, int? total, int? warned})
Counters.fromJson(Map<String, dynamic> json)
factory

Properties

errored int?
The number of errored entities.
final
failed int?
The number of failed entities.
final
hashCode int
The hash code for this object.
no setterinherited
passed int?
The number of passed entities.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skipped int?
The number of skipped entities.
final
stopped int?
The number of stopped entities.
final
total int?
The total number of entities.
final
warned int?
The number of warned entities.
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