activityId property

  1. @TagNumber.new(10)
Int64 get activityId

Stores the activity ID

Implementation

@$pb.TagNumber(10)
$fixnum.Int64 get activityId => $_getI64(1);
  1. @TagNumber.new(10)
set activityId (Int64 value)

Implementation

@$pb.TagNumber(10)
set activityId($fixnum.Int64 value) => $_setInt64(1, value);