numReadonlyUnsignedAccounts property

  1. @TagNumber(3)
int get numReadonlyUnsignedAccounts

Implementation

@$pb.TagNumber(3)
$core.int get numReadonlyUnsignedAccounts => $_getIZ(2);
  1. @TagNumber(3)
set numReadonlyUnsignedAccounts (int v)

Implementation

@$pb.TagNumber(3)
set numReadonlyUnsignedAccounts($core.int v) {
  $_setUnsignedInt32(2, v);
}