TestReportParticipant constructor

const TestReportParticipant({
  1. TestReportParticipantType? type,
  2. @JsonKey(name: '_type') Element? typeElement,
  3. String? uri,
  4. @JsonKey(name: '_uri') Element? uriElement,
  5. String? display,
  6. @JsonKey(name: '_display') Element? displayElement,
})

Implementation

const factory TestReportParticipant({
  TestReportParticipantType? type,
  @JsonKey(name: '_type') Element? typeElement,
  String? uri,
  @JsonKey(name: '_uri') Element? uriElement,
  String? display,
  @JsonKey(name: '_display') Element? displayElement,
}) = _TestReportParticipant;