toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (databaseViewSpec != null) 'databaseViewSpec': databaseViewSpec!,
if (dataplexTable != null) 'dataplexTable': dataplexTable!,
if (type != null) 'type': type!,
};