Returns true if the last dimension contains at least one non-null element.
true
null
@override bool get isNotEmpty => !isEmpty;