hasNotGrandparentAuthor property

bool get hasNotGrandparentAuthor

Returns true if grandparentAuthor is null, otherwise false.

Implementation

bool get hasNotGrandparentAuthor => !hasGrandparentAuthor;