zero static method

Hash256 zero()

Implementation

static Hash256 zero() {
  return Hash256(Uint8List(SIZE));
}