AppTimeoutException constructor

const AppTimeoutException([
  1. String message = 'A timeout error occurred'
])

Implementation

const AppTimeoutException([super.message = 'A timeout error occurred']);