menu
mediasfu_sdk
types\types.dart
VidCons
toMap method
toMap
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() { return { 'width': width.toMap(), 'height': height.toMap(), }; }
mediasfu_sdk
types
VidCons
toMap method
VidCons class