caveatVersion property

  1. @TagNumber.new(1)
int get caveatVersion

Version of the caveat wire format.

Implementation

@$pb.TagNumber(1)
$core.int get caveatVersion => $_getIZ(0);
  1. @TagNumber.new(1)
set caveatVersion (int value)

Implementation

@$pb.TagNumber(1)
set caveatVersion($core.int value) => $_setUnsignedInt32(0, value);