getDefault static method

BatchResponse getDefault()

Implementation

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