nickName property
The nick name is the users short name. For example, it can be used to personalize user interfaces and notifications.
Implementation
@$pb.TagNumber(3)
$core.String get nickName => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set nickName($core.String value) => $_setString(2, value);