menu
tcmpp_flutter package
documentation
tcmpp_data_class.dart
VodConfig
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() { return { 'licenseUrl': licenseUrl, 'licenseKey': licenseKey, }; }
tcmpp_flutter package
documentation
tcmpp_data_class
VodConfig
toJson method
VodConfig class