name property
@optional
@description The official or full legal name of the user as recognized on statutory documentation.
@example "Jane Doe"
@regex .*
@format Must be a non-empty string.
Implementation
@$pb.TagNumber(12)
$core.String get name => $_getSZ(5);
Implementation
@$pb.TagNumber(12)
set name($core.String value) => $_setString(5, value);