isNotEmpty property

bool get isNotEmpty

Check if content is not empty

Implementation

bool get isNotEmpty => additionalProperties.isNotEmpty;