sameKeystoreAndAliasPassword property

  1. @TagNumber(5)
bool get sameKeystoreAndAliasPassword

Implementation

@$pb.TagNumber(5)
$core.bool get sameKeystoreAndAliasPassword => $_getBF(4);
  1. @TagNumber(5)
set sameKeystoreAndAliasPassword (bool value)

Implementation

@$pb.TagNumber(5)
set sameKeystoreAndAliasPassword($core.bool value) => $_setBool(4, value);