Map<String, dynamic> toJson() { final result = <String, dynamic>{}; if (subscribe != null) result['subscribe'] = subscribe; if (listChanged != null) result['listChanged'] = listChanged; return result; }