getDefault static method

ProtoAnswersDb getDefault()

Implementation

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