getDefault static method

AppleState getDefault()

Implementation

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