FileNotFoundException constructor

FileNotFoundException({
  1. required String message,
})

Implementation

factory FileNotFoundException({required String message}) =
    _FileNotFoundExceptionImpl;