IdeQuickFix constructor
const
IdeQuickFix({})
Creates an IdeQuickFix.
Implementation
const IdeQuickFix({
required this.title,
required this.command,
required this.kind,
this.message,
});
Creates an IdeQuickFix.
const IdeQuickFix({
required this.title,
required this.command,
required this.kind,
this.message,
});