getDefault static method

ServiceAccountKey getDefault()

Implementation

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