getDefault static method

ProtoProfile getDefault()

Implementation

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