enter property

int enter
final

Enter key. Single byte.

Implementation

static final enter = Platform.isWindows ? WIN_ENTER : 10;