UnknownException constructor

UnknownException([
  1. String? message
])

Implementation

UnknownException([
  super.message,
]);