isNullOrEmpty property

bool get isNullOrEmpty

Safe null check and operations

Implementation

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