toJson method

Map<String, dynamic> toJson()

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