isNullOrEmpty property

bool get isNullOrEmpty

Checks if string is empty or null

Implementation

bool get isNullOrEmpty => isEmpty;