nullSafetyChecks property

bool get nullSafetyChecks
inherited

Server-wide default for the tools' nullSafety argument.

Implementation

bool get nullSafetyChecks => argResults!['null-safety'] as bool;