toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (addOn != null) 'addOn': addOn!,
if (entryPointType != null) 'entryPointType': entryPointType!,
if (executionApi != null) 'executionApi': executionApi!,
if (webApp != null) 'webApp': webApp!,
};