Hash256 constructor
Hash256([
- dynamic hash256
Implementation
Hash256([dynamic hash256]) : super(SIZE, hash256 ?? Uint8List(32));
Hash256([dynamic hash256]) : super(SIZE, hash256 ?? Uint8List(32));