getDefault static method

UIElement getDefault()

Implementation

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