getDefault static method

LogView getDefault()

Implementation

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