toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (backupPlan != null) 'backupPlan': backupPlan!,
if (backupPlanAssociation != null)
'backupPlanAssociation': backupPlanAssociation!,
if (backupPlanDescription != null)
'backupPlanDescription': backupPlanDescription!,
if (backupPlanRules != null) 'backupPlanRules': backupPlanRules!,
};