Checks if the String is Blank (null, empty or only white spaces).
String
bool get isBlank => trim().isEmpty;