length property

int length

Implementation

int get length => (data == null) ? 0 : data!.length ~/ 4;