UnknownException constructor

UnknownException([
  1. String? message
])

Implementation

UnknownException([String? message]) : super(message);