Returns the SQL with sqlID from sqls.
sqlID
SQL? getSQLByID(String sqlID) => sqls.firstWhereOrNull((sql) => sql.sqlID == sqlID);