displayName property
e.g. "Samantha". MUST NOT be a copy of id -- fall back to the model
id only when the engine reports no display name.
Implementation
@$pb.TagNumber(2)
$core.String get displayName => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set displayName($core.String value) => $_setString(1, value);