Whether this is a root comment (not a reply).
Returns true if parentId is null, false otherwise.
true
null
false
bool get isRoot => parentId == null;