renderBlockingStatus property

RenderBlockingStatusType get renderBlockingStatus

Implementation

RenderBlockingStatusType get renderBlockingStatus =>
    RenderBlockingStatusType.fromValue(
        js_util.getProperty(this, 'renderBlockingStatus'));