toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (deployParameters != null) 'deployParameters': deployParameters!,
if (profiles != null) 'profiles': profiles!,
if (strategy != null) 'strategy': strategy!,
if (targetId != null) 'targetId': targetId!,
};