codeActions property

ValueNotifier<List?> codeActions
final

Implementation

final ValueNotifier<List<dynamic>?> codeActions = ValueNotifier(null);