GenerativeProgress typedef

GenerativeProgress = ({int index, String providerId, String stage, int total})

Coarse progress for one generative asset during the prerender pass, surfaced to the render's progress callback: which asset (index of total), its providerId, and a human stage (for example generating, downloading, cached).

Implementation

typedef GenerativeProgress = ({int index, int total, String providerId, String stage});