completedOn property
- @TagNumber.new(6)
@description UNIX timestamp of when the record transitioned to the COMPLETED state.
@example 1698400000
Implementation
@$pb.TagNumber(6)
$fixnum.Int64 get completedOn => $_getI64(5);
- @TagNumber.new(6)
Implementation
@$pb.TagNumber(6)
set completedOn($fixnum.Int64 value) => $_setInt64(5, value);