QuitCommand constructor

const QuitCommand({
  1. bool force = false,
})

Implementation

const QuitCommand({this.force = false});