isNullOrEmpty property
bool
get
isNullOrEmpty
Safe null check and operations
Implementation
bool get isNullOrEmpty => this == null || this!.isEmpty;
Safe null check and operations
bool get isNullOrEmpty => this == null || this!.isEmpty;