durationMs property

  1. @TagNumber(1)
Int64 get durationMs

@doc Duration to pump the widget for. If not provided, the widget will be pumped until there are no longer any frames scheduled.

Implementation

@$pb.TagNumber(1)
$fixnum.Int64 get durationMs => $_getI64(0);
  1. @TagNumber(1)
set durationMs (Int64 value)

Implementation

@$pb.TagNumber(1)
set durationMs($fixnum.Int64 value) => $_setInt64(0, value);