toJson method

Map<String, dynamic> toJson()

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!,
};