getDefault static method

ProtoBlock getDefault()

Implementation

@$core.pragma('dart2js:noInline')
static ProtoBlock getDefault() => _defaultInstance ??=
    $pb.GeneratedMessage.$_defaultFor<ProtoBlock>(create);