toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (computationId != null) 'computationId': computationId!,
      if (instructions != null) 'instructions': instructions!,
      if (stageName != null) 'stageName': stageName!,
      if (systemName != null) 'systemName': systemName!,
      if (transformUserNameToStateFamily != null)
        'transformUserNameToStateFamily': transformUserNameToStateFamily!,
    };