CommandSendNotice constructor

const CommandSendNotice({
  1. required String target,
  2. required String text,
})

Implementation

const CommandSendNotice({
  required this.target,
  required this.text,
});