isStringNotEmpty property

bool isStringNotEmpty

Implementation

bool get isStringNotEmpty => (this != null && this != '');