activityTagId property
- @TagNumber.new(11)
Stores the activity tag ID
Implementation
@$pb.TagNumber(11)
$fixnum.Int64 get activityTagId => $_getI64(2);
- @TagNumber.new(11)
Implementation
@$pb.TagNumber(11)
set activityTagId($fixnum.Int64 value) => $_setInt64(2, value);