getDefault static method

AccountGameCenter getDefault()

Implementation

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