fileContent property

  1. @TagNumber.new(10)
List<int> get fileContent

The content of the file

Implementation

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

Implementation

@$pb.TagNumber(10)
set fileContent($core.List<$core.int> value) => $_setBytes(1, value);