isNullOrEmpty property

bool get isNullOrEmpty

check the string is null or empty

Implementation

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