file property

  1. @TagNumber(11)
List<int> get file

Implementation

@$pb.TagNumber(11)
$core.List<$core.int> get file => $_getN(10);
  1. @TagNumber(11)
set file (List<int> v)

Implementation

@$pb.TagNumber(11)
set file($core.List<$core.int> v) { $_setBytes(10, v); }