pressure property
Implementation
static final RegExp pressure = RegExp(r'^(?<units>A|Q|QNH)?'
r'(?<press>\d{4}|\//\//)'
r'(?<units2>INS)?$');
static final RegExp pressure = RegExp(r'^(?<units>A|Q|QNH)?'
r'(?<press>\d{4}|\//\//)'
r'(?<units2>INS)?$');