FlowError constructor

const FlowError({
  1. required String message,
  2. Object? error,
  3. StackTrace? stackTrace,
})

Implementation

const FlowError({required this.message, this.error, this.stackTrace});