data property

  1. @TagNumber.new(5)
List<int> get data

The payload part, supplied in the input or assembled from input parameters

Implementation

@$pb.TagNumber(5)
$core.List<$core.int> get data => $_getN(4);
  1. @TagNumber.new(5)
set data (List<int> value)

Implementation

@$pb.TagNumber(5)
set data($core.List<$core.int> value) => $_setBytes(4, value);