Map<String, dynamic> toJson() => { 'channel': channel, 'feature': feature, if (tags != null) 'tags': tags, };