isNullOrEmpty method

bool isNullOrEmpty()

Implementation

bool isNullOrEmpty() => this == null || this!.isEmpty;