ESCDELAY property

int get ESCDELAY

Implementation

int get ESCDELAY => _ESCDELAY.value;
set ESCDELAY (int value)

Implementation

set ESCDELAY(int value) => _ESCDELAY.value = value;