totalDuration property
- @TagNumber.new(1)
@description The total accumulated time spent on the project in seconds.
@example 86400
Implementation
@$pb.TagNumber(1)
$fixnum.Int64 get totalDuration => $_getI64(0);
- @TagNumber.new(1)
Implementation
@$pb.TagNumber(1)
set totalDuration($fixnum.Int64 value) => $_setInt64(0, value);