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