organization property

  1. @TagNumber.new(11)
String get organization

Optional. The name of the organization at the address.

Implementation

@$pb.TagNumber(11)
$core.String get organization => $_getSZ(10);
  1. @TagNumber.new(11)
set organization (String v)

Implementation

@$pb.TagNumber(11)
set organization($core.String v) {
  $_setString(10, v);
}