hasName property

bool get hasName

Check if the user has name

Implementation

bool get hasName => author.name != null && author.name!.isNotEmpty;