status property
TestEntryStatus
get
status
The status of the test.
Implementation
TestEntryStatus get status =>
closingTestEntry?.status ?? openingTestEntry.status;
The status of the test.
TestEntryStatus get status =>
closingTestEntry?.status ?? openingTestEntry.status;