enter property

int enter
final

Enter key. Single byte.

Implementation

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