isNotEmpty property

bool get isNotEmpty

Implementation

bool get isNotEmpty {
  RxTracking.track(this);
  return value.isNotEmpty;
}