isEmpty method

bool isEmpty()

Implementation

bool isEmpty() {
  return username == null && phoneNumber == null && uidProviderFirst.isEmpty;
}