DataLength.variable constructor

const DataLength.variable(
  1. int length
)

Implementation

const DataLength.variable(int length) : this._(true, length);