menu
mediasfu_sdk package
documentation
types/types.dart
CoHostResponsibility
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() { return { 'name': name, 'value': value, 'dedicated': dedicated, }; }
mediasfu_sdk package
documentation
types/types
CoHostResponsibility
toMap method
CoHostResponsibility class