Options constructor

const Options({
  1. required List<String> ignoreLints,
})

Implementation

const Options({required this.ignoreLints});