suiteId property

  1. @JsonKey(name: 'suiteID')
int suiteId
inherited

The ID of the suite containing this test.

Implementation

@JsonKey(name: 'suiteID')
int get suiteId => throw _privateConstructorUsedError;