Map<String, dynamic> toJson() => { 'name': name, 'tbl_name': tblName, 'rootpage': rootPage, 'type': type, 'sql': sql, };