ReturnException constructor

const ReturnException(
  1. Object? value
)

Creates a new return exception with the given return value.

Implementation

const ReturnException(this.value);