plan property
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);
Implementation
@$pb.TagNumber(2)
set plan(DownloadPlanResult value) => $_setField(2, value);