menu
cdads_flutter package
documentation
cd_ad_size.dart
CDAdSize
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() => { 'name': name, 'width': width.toInt(), 'height': height.toInt(), };
cdads_flutter package
documentation
cd_ad_size
CDAdSize
toMap method
CDAdSize class