FlowException constructor

FlowException(
  1. String message
)

Implementation

FlowException(this.message) {
  print('Error: $message');
}