toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (backupPlanSnapshot != null) 'backupPlanSnapshot': backupPlanSnapshot!,
if (createTime != null) 'createTime': createTime!,
if (name != null) 'name': name!,
if (revisionId != null) 'revisionId': revisionId!,
if (state != null) 'state': state!,
};