LintOptions.empty constructor

  1. @internal
const LintOptions.empty({
  1. required bool enabled,
})

Options with no json

Implementation

@internal
const LintOptions.empty({required this.enabled}) : json = const {};