isPrintable property

bool get isPrintable

Whether this key has a string.

Implementation

bool get isPrintable => string.isNotEmpty;