hasGrandparentAuthor property
bool
get
hasGrandparentAuthor
Returns true if grandparentAuthor
is not null, otherwise false.
Implementation
bool get hasGrandparentAuthor => grandparentAuthor != null;
Returns true if grandparentAuthor
is not null, otherwise false.
bool get hasGrandparentAuthor => grandparentAuthor != null;