DataLength.fixed constructor

const DataLength.fixed(
  1. int length
)

Implementation

const DataLength.fixed(int length) : this._(false, length);