factory CommandSendNotice.fromJson(Map<String, dynamic> json) => CommandSendNotice( target: json['target'] as String, text: json['text'] as String, );