getDefault static method

SimpleSearchReq getDefault()

Implementation

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