AsyncInitial<T extends Object?> constructor

const AsyncInitial<T extends Object?>([
  1. T? data
])

Creates an AsyncInitial object representing the phase where an asynchronous operation has not been executed yet.

Implementation

const AsyncInitial([super.data]);