v property

  1. @TagNumber.new(2)
List<int> get v

THE V,R,S components of the signature

Implementation

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

Implementation

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