sharedState property

Map<Object, Object?> sharedState
final

An object shared with all lint rules/fixes/assits running.

Implementation

final Map<Object, Object?> sharedState;