profileAttribute property

  1. @TagNumber.new(13)
String get profileAttribute

Implementation

@$pb.TagNumber(13)
$core.String get profileAttribute => $_getSZ(12);
  1. @TagNumber.new(13)
set profileAttribute (String value)

Implementation

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