DOMAsync constructor

DOMAsync({
  1. Object? loading,
  2. Future? future,
  3. Future function()?,
})

Implementation

DOMAsync({this.loading, this.future, this.function}) : super._(false, false);