groupIds property

  1. @JsonKey(name: 'groupIDs')
List<int> groupIds
inherited

The IDs of groups containing this test, in order from outermost to innermost.

Implementation

@JsonKey(name: 'groupIDs')
List<int> get groupIds => throw _privateConstructorUsedError;