BlockId.fromHash constructor

BlockId.fromHash(
  1. String hash
)

Implementation

BlockId.fromHash(String hash) {
  _id = hash;
}