OfflineException constructor

OfflineException({
  1. required Object error,
})

Implementation

OfflineException({required Object error}) : super(error);