pushTiming property

  1. @TagNumber.new(4)
TimeSpan get pushTiming

Stores timing information for pushing the specified image.

Implementation

@$pb.TagNumber(4)
TimeSpan get pushTiming => $_getN(2);
  1. @TagNumber.new(4)
set pushTiming (TimeSpan v)

Implementation

@$pb.TagNumber(4)
set pushTiming(TimeSpan v) {
  setField(4, v);
}