toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (arguments != null) 'arguments': arguments!,
  if (creationTime != null) 'creationTime': creationTime!,
  if (dataGovernanceType != null) 'dataGovernanceType': dataGovernanceType!,
  if (definitionBody != null) 'definitionBody': definitionBody!,
  if (description != null) 'description': description!,
  if (determinismLevel != null) 'determinismLevel': determinismLevel!,
  if (etag != null) 'etag': etag!,
  if (externalRuntimeOptions != null)
    'externalRuntimeOptions': externalRuntimeOptions!,
  if (importedLibraries != null) 'importedLibraries': importedLibraries!,
  if (language != null) 'language': language!,
  if (lastModifiedTime != null) 'lastModifiedTime': lastModifiedTime!,
  if (pythonOptions != null) 'pythonOptions': pythonOptions!,
  if (remoteFunctionOptions != null)
    'remoteFunctionOptions': remoteFunctionOptions!,
  if (returnTableType != null) 'returnTableType': returnTableType!,
  if (returnType != null) 'returnType': returnType!,
  if (routineReference != null) 'routineReference': routineReference!,
  if (routineType != null) 'routineType': routineType!,
  if (securityMode != null) 'securityMode': securityMode!,
  if (sparkOptions != null) 'sparkOptions': sparkOptions!,
  if (strictMode != null) 'strictMode': strictMode!,
};