currentWarnings property

List<String>? currentWarnings

Any warnings generated during evaluation of the Story.

Implementation

List<String>? get currentWarnings {
  return state.currentWarnings;
}