expandSeriesForTest method
Implementation
@override
void expandSeriesForTest({required int testInfoId}) {
final _$actionInfo = _$_HighlightStoreActionController.startAction(
name: '_HighlightStore.expandSeriesForTest');
try {
return super.expandSeriesForTest(testInfoId: testInfoId);
} finally {
_$_HighlightStoreActionController.endAction(_$actionInfo);
}
}