FileException constructor

FileException({
  1. String? message,
})

Implementation

FileException({String? message}) : super(message: message);