CommandQuit constructor

const CommandQuit({
  1. required String? reason,
})

Implementation

const CommandQuit({
  required this.reason,
});