AsyncSnapshotWithProgress<T, ProgressType extends Object>.nothing constructor

const AsyncSnapshotWithProgress<T, ProgressType extends Object>.nothing()

Creates an AsyncSnapshotWithProgress in ConnectionState.none with null data and error.

Implementation

const AsyncSnapshotWithProgress.nothing()
    : this._(ConnectionState.none, null, null, null, null);