FutureState<T> constructor

const FutureState<T>(
  1. SnapshotCallback<T> _snapshot,
  2. VoidCallback retry
)

Implementation

const FutureState(this._snapshot, this.retry);