getDefault static method

TranslationList getDefault()

Implementation

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