phoneLabel property

  1. @TagNumber.new(9)
String get phoneLabel

Implementation

@$pb.TagNumber(9)
$core.String get phoneLabel => $_getSZ(8);
  1. @TagNumber.new(9)
set phoneLabel (String value)

Implementation

@$pb.TagNumber(9)
set phoneLabel($core.String value) => $_setString(8, value);