testMatrixId property

  1. @TagNumber.new(7)
String get testMatrixId

ID of the test matrix this event belongs to.

Implementation

@$pb.TagNumber(7)
$core.String get testMatrixId => $_getSZ(6);
  1. @TagNumber.new(7)
set testMatrixId (String v)

Implementation

@$pb.TagNumber(7)
set testMatrixId($core.String v) {
  $_setString(6, v);
}