AsyncSnapshot<T>.nothing constructor
Creates an AsyncSnapshot in ConnectionState.none with null data and error.
Implementation
const AsyncSnapshot.nothing() : this._(ConnectionState.none, null, null, null);
Creates an AsyncSnapshot in ConnectionState.none with null data and error.
const AsyncSnapshot.nothing() : this._(ConnectionState.none, null, null, null);