currentErrors property

  1. @override
List<String>? currentErrors

Any errors generated during evaluation of the Story.

Implementation

@override
List<String>? get currentErrors {
  return state.currentErrors;
}