isEmpty property

bool isEmpty

Check if toJson is empty (no key/value pairs)

Implementation

bool get isEmpty => toJson().isEmpty;