dummyTextEngine top-level property

TextEngine dummyTextEngine
final

We want to use null safety: So we define a TextEngine for class variable initializing, that will be replaced in the constructor.

Implementation

final dummyTextEngine = TextEngine([], globalLogger);