didUri property

  1. @TagNumber(4)
String didUri

DID URI of the account to delete. Mutually exclusive with email and walletId.

Implementation

@$pb.TagNumber(4)
$core.String get didUri => $_getSZ(2);
  1. @TagNumber(4)
void didUri=(String v)

Implementation

@$pb.TagNumber(4)
set didUri($core.String v) {
  $_setString(2, v);
}