SafeNarrativeWriter constructor

SafeNarrativeWriter(
  1. Future<void> _delegate(
    1. BaseNarrativeModel sentence
    )
)

Constructor

Accepts a delegate writer that performs the actual side-effect.

Implementation

SafeNarrativeWriter(this._delegate);