isWordKey property

bool isWordKey

Implementation

bool get isWordKey => keys.length == 1 && keys.first.isWordKey;