isNullOrEmpty property

bool isNullOrEmpty

check the string is null or empty

Implementation

bool get isNullOrEmpty => _Parser(this).isNullOrEmpty;