LIElement constructor

LIElement()

Implementation

factory LIElement() => JS('returns:LIElement;creates:LIElement;new:true',
    '#.createElement(#)', document, "li");