factory CommandSetAway.fromJson(Map<String, dynamic> json) => CommandSetAway( message: json['message'] == null ? null : json['message'] as String, );