rootLine property

  1. @JsonKey(name: 'root_line')
int? rootLine
inherited

The (1-based) line in the original test suite from which the test originated.

Will only be present if root_url is different from url.

Implementation

@JsonKey(name: 'root_line')
int? get rootLine => throw _privateConstructorUsedError;