timing property

  1. @TagNumber.new(10)
TimeSpan get timing

Stores timing information for executing this build step.

Implementation

@$pb.TagNumber(10)
TimeSpan get timing => $_getN(9);
  1. @TagNumber.new(10)
set timing (TimeSpan v)

Implementation

@$pb.TagNumber(10)
set timing(TimeSpan v) {
  setField(10, v);
}