hasGrandparentAuthor property

bool get hasGrandparentAuthor

Returns true if grandparentAuthor is not null, otherwise false.

Implementation

bool get hasGrandparentAuthor => grandparentAuthor != null;