rootCa property

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

Implementation

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

Implementation

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