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