isHeaderRow property

bool get isHeaderRow

Implementation

bool get isHeaderRow => parent != null ? parent is THEADElement : false;