Returns true if the barcode is of type concessionary; returns false for regular barcodes.
true
false
static bool isConcessionary(String barcode) => barcode.substring(0, 1) == '8';