fileContents property

  1. @TagNumber.new(3)
List<int> get fileContents

The bytes that constitute the file.

Implementation

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

Implementation

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