GoogleCloudDatacatalogV1BigQueryRoutineSpec.fromJson constructor
GoogleCloudDatacatalogV1BigQueryRoutineSpec.fromJson(
- Map json_
Implementation
GoogleCloudDatacatalogV1BigQueryRoutineSpec.fromJson(core.Map json_)
: this(
importedLibraries: (json_['importedLibraries'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);