Map<String, dynamic> toMap() => { 'channel': channel != null ? channel!.toMap() : null, 'success': success, };