analyzer package
documentation
null_safety_understanding_flag
NullSafetyUnderstandingFlag
isEnabled property
isEnabled
analyzer package
documentation
null_safety_understanding_flag
NullSafetyUnderstandingFlag
isEnabled property
NullSafetyUnderstandingFlag class
Constructors
NullSafetyUnderstandingFlag
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static properties
isEnabled
Static methods
enableNullSafetyTypes
isEnabled
property
bool
isEnabled
Implementation
static bool get isEnabled { return Zone.current[_zoneKey] ?? false; }