isNotEmpty property
bool
get
isNotEmpty
Check if content is not empty
Implementation
bool get isNotEmpty => additionalProperties.isNotEmpty;
Check if content is not empty
bool get isNotEmpty => additionalProperties.isNotEmpty;