Return true if series is valid
static bool isValidSeries(String series) { return series.isNotEmpty && LicensePlate._isValidLatter(series); }