publicName property
/ Public name of the AccountMetadata.
Implementation
@$pb.TagNumber(11)
$core.String get publicName => $_getSZ(3);
Implementation
@$pb.TagNumber(11)
set publicName($core.String v) { $_setString(3, v); }
/ Public name of the AccountMetadata.
@$pb.TagNumber(11)
$core.String get publicName => $_getSZ(3);
@$pb.TagNumber(11)
set publicName($core.String v) { $_setString(3, v); }