IntType constructor

const IntType({
  1. int length = 256,
})

Constructor.

Implementation

const IntType({int length = 256}) : super(length);