isEmpty property

bool get isEmpty

Check if content is empty

Implementation

bool get isEmpty => additionalProperties.isEmpty;