profile property

  1. @TagNumber.new(1)
SetHumanProfile get profile

Set the users profile information.

Implementation

@$pb.TagNumber(1)
$1.SetHumanProfile get profile => $_getN(0);
  1. @TagNumber.new(1)
set profile (SetHumanProfile value)

Implementation

@$pb.TagNumber(1)
set profile($1.SetHumanProfile value) => $_setField(1, value);