Map<String, dynamic> toJson() { final _json = <String, dynamic>{}; _json[r'users'] = users; _json[r'out_of_channel'] = outOfChannel; return _json; }