getDefault static method

FetchResponse getDefault()

Implementation

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