isEmpty property

bool get isEmpty
override

Implementation

get isEmpty {
  var r = get();
  return r == null || r.isEmpty;
}