actionCodeId property
- @TagNumber.new(23)
Stores the action code ID
Implementation
@$pb.TagNumber(23)
$fixnum.Int64 get actionCodeId => $_getI64(8);
- @TagNumber.new(23)
Implementation
@$pb.TagNumber(23)
set actionCodeId($fixnum.Int64 value) => $_setInt64(8, value);