length property

int length

Implementation

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