FileNotFoundException constructor
FileNotFoundException({
- required String message,
- StackTrace? stackTrace,
Implementation
FileNotFoundException({
required this.message,
this.stackTrace,
});