email property
@description The primary communication or routing email address where structural system notifications are dispatched.
@example "jane.doe@example.com"
Implementation
@$pb.TagNumber(16)
$core.String get email => $_getSZ(12);
Implementation
@$pb.TagNumber(16)
set email($core.String value) => $_setString(12, value);