getDefault static method

ProtoMsg getDefault()

Implementation

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