toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (bigqueryRoutineSpec != null)
        'bigqueryRoutineSpec': bigqueryRoutineSpec!,
      if (definitionBody != null) 'definitionBody': definitionBody!,
      if (language != null) 'language': language!,
      if (returnType != null) 'returnType': returnType!,
      if (routineArguments != null) 'routineArguments': routineArguments!,
      if (routineType != null) 'routineType': routineType!,
    };