getDefault static method

ProtoFlip getDefault()

Implementation

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