totalValidators property

  1. @TagNumber.new(4)
int get totalValidators

Implementation

@$pb.TagNumber(4)
$core.int get totalValidators => $_getIZ(3);
  1. @TagNumber.new(4)
set totalValidators (int v)

Implementation

@$pb.TagNumber(4)
set totalValidators($core.int v) {
  $_setSignedInt32(3, v);
}