runwayState property

RegExp runwayState
final

Implementation

static final RegExp runwayState = RegExp(r'^R(?<name>\d{2}([RLC])?)?/('
    r'(?<deposit>\d|/)'
    r'(?<cont>\d|/)'
    r'(?<depth>\d\d|//)'
    r'(?<fric>\d\d|//)|'
    r'(?<snoclo>SNOCLO)|'
    r'(?<clrd>CLRD//))$');