copyAsWaiting method
A method that creates a new AsyncWaiting instance with the existing data.
Implementation
AsyncWaiting<T> copyAsWaiting() {
return AsyncWaiting(data);
}
A method that creates a new AsyncWaiting instance with the existing data.
AsyncWaiting<T> copyAsWaiting() {
return AsyncWaiting(data);
}