rootUrl property

  1. @JsonKey(name: 'root_url')
String? rootUrl
inherited

The URL for the original test suite in which the test was defined.

Will only be present if different from url.

Implementation

@JsonKey(name: 'root_url')
String? get rootUrl => throw _privateConstructorUsedError;