toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (mysqlExportOptions != null)
'mysqlExportOptions': mysqlExportOptions!,
if (schemaOnly != null) 'schemaOnly': schemaOnly!,
if (tables != null) 'tables': tables!,
};