@override Map<String, dynamic> toJson() => { 'type': 'unwatch_nicks', 'nicks': nicks.map((e) => e).toList(), };