email property

  1. @TagNumber.new(16)
String get email

@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);
  1. @TagNumber.new(16)
set email (String value)

Implementation

@$pb.TagNumber(16)
set email($core.String value) => $_setString(12, value);