LuaDoc constructor
LuaDoc({})
Custom configuration associated with some LuaObject.
Implementation
LuaDoc({this.category, String? html, this.keyValueHtml, this.exclude})
: noHtml = false,
_html = html;
Custom configuration associated with some LuaObject.
LuaDoc({this.category, String? html, this.keyValueHtml, this.exclude})
: noHtml = false,
_html = html;