Whether this string is not empty.
@override bool get isNotEmpty { var b = binary; if (b != null && b.isNotEmpty) { return true; } return string.isNotEmpty; }