toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (postStartupScript != null) 'postStartupScript': postStartupScript!,
if (postStartupScriptBehavior != null)
'postStartupScriptBehavior': postStartupScriptBehavior!,
if (postStartupScriptUrl != null)
'postStartupScriptUrl': postStartupScriptUrl!,
};