Converts this AdModel into a Map representation.
Map
Map<String, dynamic> toMap() { return { 'divId': divId, 'slot': slotId, 'width': width, 'height': height, }; }