isEmpty method

bool isEmpty()

Implementation

bool isEmpty() {
  return status == 0 && message.isEmpty && data == null;
}