blockHash property

  1. @TagNumber.new(12)
String get blockHash

Implementation

@$pb.TagNumber(12)
$core.String get blockHash => $_getSZ(3);
  1. @TagNumber.new(12)
set blockHash (String v)

Implementation

@$pb.TagNumber(12)
set blockHash($core.String v) {
  $_setString(3, v);
}