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