getDefault static method

FollowRequest getDefault()

Implementation

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