totalDuration property
- @TagNumber.new(1)
Stores the total amount of time spent on the project
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);