length property

  1. @Deprecated('Use `width` instead.')
int length

The number of bits in this LogicValue.

Implementation

@Deprecated('Use `width` instead.')
int get length => width;