CommandSetAway constructor

const CommandSetAway({
  1. required String? message,
})

Implementation

const CommandSetAway({
  required this.message,
});