isNullOrEmpty property

bool isNullOrEmpty

Implementation

bool get isNullOrEmpty => this == null || !this!.isNotEmpty;