SafeNarrativeWriter constructor
SafeNarrativeWriter(
- Future<
void> _delegate(- BaseNarrativeModel sentence
Constructor
Accepts a delegate writer that performs the actual side-effect.
Implementation
SafeNarrativeWriter(this._delegate);