isNotEmpty property

bool isNotEmpty

Implementation

bool get isNotEmpty => posts?.isNotEmpty ?? comments!.isNotEmpty;