FixedBytes constructor

const FixedBytes(
  1. int length
)

Constructor.

Implementation

const FixedBytes(this.length) : assert(0 <= length && length <= 32);