activityTagId property

  1. @TagNumber.new(11)
Int64 get activityTagId

Stores the activity tag ID

Implementation

@$pb.TagNumber(11)
$fixnum.Int64 get activityTagId => $_getI64(2);
  1. @TagNumber.new(11)
set activityTagId (Int64 value)

Implementation

@$pb.TagNumber(11)
set activityTagId($fixnum.Int64 value) => $_setInt64(2, value);