EncodingLengthInfo constructor

const EncodingLengthInfo(
  1. int? length
)

Constructor.

Implementation

const EncodingLengthInfo(this.length);