isIDsSet property

bool isIDsSet

Returns true if ids is set.

Implementation

bool get isIDsSet {
  _resolveIDs();
  return _ids != null;
}