plan property

  1. @TagNumber.new(2)
DownloadPlanResult get plan

Optional. ABSENT (the common path) = plan internally and start, one call. PRESENT = execute this exact previously-approved plan, for the flow that showed the user a size and a metered-network warning first.

Implementation

@$pb.TagNumber(2)
DownloadPlanResult get plan => $_getN(1);
  1. @TagNumber.new(2)
set plan (DownloadPlanResult value)

Implementation

@$pb.TagNumber(2)
set plan(DownloadPlanResult value) => $_setField(2, value);