MalformedPathException constructor

MalformedPathException([
  1. String? message
])

Constructor

The message is optional.

Implementation

MalformedPathException([this.message]);