startupContext property

*<Null safety>*

StartupContext startupContext

@visibleForTesting

Implementation

@visibleForTesting
StartupContext get startupContext =>
    _startupContext ??= StartupContext.fromStartupInfo();