MountDirUnspecified constructor

MountDirUnspecified([
  1. String? message,
  2. List<String> sources = const []
])

Implementation

MountDirUnspecified([String? message, List<String> sources = const[]])
    : super._(ErrorCode.mountDirUnspecified, message, sources);