length property

int get length

Implementation

int get length => kHeads.isEmpty ? 0 : kHeads[0].rows;