isNullEmpty property

bool isNullEmpty

Implementation

bool get isNullEmpty => this == null || this!.isEmpty;