ExceptionCatcherResult<T>.handled constructor

const ExceptionCatcherResult<T>.handled({
  1. int? statusCode,
  2. Map<String, String>? headers,
  3. Object? body,
})

Implementation

const factory ExceptionCatcherResult.handled({
  int? statusCode,
  Map<String, String>? headers,
  Object? body,
}) = _Handled;