isNotEmpty property

bool get isNotEmpty

Returns false if this Style contains any attributes or variants.

Implementation

bool get isNotEmpty => !isEmpty;