toMap method
Implementation
@override
Map<String, dynamic> toMap() {
return {
'type': 'adSourceLogo',
'width': width,
'height': height,
'x': x,
'y': y,
'clickType': clickType.value,
'clickIdType': clickIdType.value
};
}