UintType constructor

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

Constructor.

Implementation

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