isNotEmpty property

bool isNotEmpty

Check if toJson is not empty (at least key/value pair)

Implementation

bool get isNotEmpty => !isEmpty;