toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (continueOnError != null) 'continueOnError': continueOnError!,
if (description != null) 'description': description!,
if (flowHookPoint != null) 'flowHookPoint': flowHookPoint!,
if (sharedFlow != null) 'sharedFlow': sharedFlow!,
};