isIdSet property

bool isIdSet

Returns true if id is set.

Implementation

bool get isIdSet {
  _resolveID();
  return _id != null;
}