toJson method
Implementation
Map<String, dynamic> toJson() => {
'license': _license,
'licenseUrl': _licenseUrl,
'androidConfig': _androidConfig._toJson(),
'theoLive': _theoLive?._toJson(),
'webConfig': _webConfig._toJson()
};