menu
df_safer_dart_lints package
documentation
_common.dart
CustomLintContext
sharedState property
sharedState property
dark_mode
light_mode
sharedState
property
Map
<
Object
,
Object
?
>
sharedState
final
An object shared with all lint rules/fixes/assits running.
Implementation
final Map<Object, Object?> sharedState;
df_safer_dart_lints package
documentation
_common
CustomLintContext
sharedState property
CustomLintContext class