Hash256 constructor

Hash256([
  1. dynamic hash256
])

Implementation

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