UnexpectedError.fromStrings constructor

UnexpectedError.fromStrings({
  1. required String error,
  2. required String stackTrace,
})

Implementation

UnexpectedError.fromStrings({required this.error, required this.stackTrace});