toJson method

Map<String, dynamic> toJson()

Implementation

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