isEmpty method

bool isEmpty()

Implementation

bool isEmpty() {
  return id.isEmpty || name.isEmpty;
}