FlowError constructor
const
FlowError({
- required String message,
- Object? error,
- StackTrace? stackTrace,
Implementation
const FlowError({required this.message, this.error, this.stackTrace});