actionCodeId property

  1. @TagNumber.new(17)
Int64 get actionCodeId

Stores the action code ID

Implementation

@$pb.TagNumber(17)
$fixnum.Int64 get actionCodeId => $_getI64(8);
  1. @TagNumber.new(17)
set actionCodeId (Int64 value)

Implementation

@$pb.TagNumber(17)
set actionCodeId($fixnum.Int64 value) => $_setInt64(8, value);