LoadingDialogResult<T> constructor

LoadingDialogResult<T>({
  1. T? result,
  2. dynamic error,
  3. StackTrace? stackTrace,
})

Implementation

LoadingDialogResult({this.result, this.error, this.stackTrace});