sizeBytes property

  1. @TagNumber(9)
int sizeBytes

Output only. The size of the spec file in bytes. If the spec is gzipped, this is the size of the uncompressed spec.

Implementation

@$pb.TagNumber(9)
$core.int get sizeBytes => $_getIZ(8);
  1. @TagNumber(9)
void sizeBytes=(int v)

Implementation

@$pb.TagNumber(9)
set sizeBytes($core.int v) { $_setSignedInt32(8, v); }