detail property

  1. @TagNumber(7)
List<int> get detail

Generic CoT detail XML May be compressed / truncated by the sender (EUD)

Implementation

@$pb.TagNumber(7)
$core.List<$core.int> get detail => $_getN(6);
  1. @TagNumber(7)
set detail (List<int> value)

Implementation

@$pb.TagNumber(7)
set detail($core.List<$core.int> value) => $_setBytes(6, value);