isNullAndEmpty property

bool get isNullAndEmpty

check nullable and empty in nullable list return true

Implementation

bool get isNullAndEmpty => this == null && this!.isEmpty;