toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (disabledForVpcSc != null) 'disabledForVpcSc': disabledForVpcSc!,
      if (metadata != null) 'metadata': metadata!,
      if (paramSpecs != null) 'paramSpecs': paramSpecs!,
      if (stats != null) 'stats': stats!,
      if (taskType != null) 'taskType': taskType!,
      if (uiConfig != null) 'uiConfig': uiConfig!,
    };