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