numReadonlyUnsignedAccounts property

  1. @TagNumber.new(3)
int get numReadonlyUnsignedAccounts

Implementation

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

Implementation

@$pb.TagNumber(3)
set numReadonlyUnsignedAccounts($core.int value) =>
    $_setUnsignedInt32(2, value);