MalformedPathException constructor
MalformedPathException([
- String? message
Constructor
The message
is optional.
Implementation
MalformedPathException([this.message]);
Constructor
The message
is optional.
MalformedPathException([this.message]);