isKeyEnter property

bool get isKeyEnter

Implementation

bool get isKeyEnter => _match('enter', 13);