isEmpty method
Returns true if the mapping of this Bundle is empty, false otherwise.
Implementation
bool isEmpty() {
// unparcel();
return _map.isEmpty;
}
Returns true if the mapping of this Bundle is empty, false otherwise.
bool isEmpty() {
// unparcel();
return _map.isEmpty;
}