AsyncWaiting<T extends Object?> constructor

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

Creates an AsyncWaiting object representing the phase where an asynchronous operation is in progress.

Implementation

const AsyncWaiting([super.data]);