data property
List with test results. Each test webhook we send has a list element with the result.
Implementation
@BuiltValueField(wireName: r'data')
BuiltList<TestOutput>? get data;
List with test results. Each test webhook we send has a list element with the result.
@BuiltValueField(wireName: r'data')
BuiltList<TestOutput>? get data;