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