UnknownException constructor

const UnknownException(
  1. int? statusCode,
  2. String? message
)

Implementation

const UnknownException(super.statusCode, super.message);