isHeader property

  1. @JsonKey.new(name: 'is_header')
bool? get isHeader
inherited

Optional. True, if the cell is a header cell

Implementation

@JsonKey(name: 'is_header')
bool? get isHeader;