groupId property

  1. @TagNumber(1)
GroupId get groupId

The group identifier of the group token that was used to mint this asset. When there is a groupAlloy this field is not used.

Implementation

@$pb.TagNumber(1)
$10.GroupId get groupId => $_getN(0);
  1. @TagNumber(1)
set groupId (GroupId v)

Implementation

@$pb.TagNumber(1)
set groupId($10.GroupId v) { setField(1, v); }