isPrintable property
bool
get
isPrintable
Whether this key has a string.
Implementation
bool get isPrintable => string.isNotEmpty;
Whether this key has a string.
bool get isPrintable => string.isNotEmpty;