durationMs property
@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);
Implementation
@$pb.TagNumber(1)
set durationMs($fixnum.Int64 value) => $_setInt64(0, value);