FixCommand constructor

const FixCommand({
  1. required Args args,
  2. ImportStyle style = ImportStyle.granular,
})

Implementation

const FixCommand({required this.args, this.style = ImportStyle.granular});