factory SqlType(String type, {String constraint: notNull}) => _SqlType(type, constraint: constraint);