Map<String, dynamic> toJson() => <String, dynamic>{ 'adnName': adnName, 'slotId': slotId, 'appId': appId, if (appKey != null) 'appKey': appKey, };