FixedBytes constructor
const
FixedBytes(
- int length
Implementation
const FixedBytes(this.length) : assert(0 <= length && length <= 32);
const FixedBytes(this.length) : assert(0 <= length && length <= 32);