isEmpty method

bool isEmpty()

Returns true if the mapping of this Bundle is empty, false otherwise.

Implementation

bool isEmpty() {
  // unparcel();
  return _map.isEmpty;
}