toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (tableSourceType != null) 'tableSourceType': tableSourceType!,
if (tableSpec != null) 'tableSpec': tableSpec!.toJson(),
if (viewSpec != null) 'viewSpec': viewSpec!.toJson(),
};