Map<String, dynamic> toJson() => {if (tables != null) 'tables': tables!.map((e) => e.toJson()).toList(), 'list_tables': listTables};