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