Converts this channel to JSON-compatible values.
Map<String, Object?> toJson() { return {'channel_name': channelName, 'start': start, 'end': end}; }