UlOrOLNode constructor
      
      UlOrOLNode(
    
    
- String tag,
 - Map<
String, String> attribute, - ListConfig config,
 - WidgetVisitor visitor,
 
Implementation
UlOrOLNode(this.tag, this.attribute, this.config, this.visitor) {
  start = (int.tryParse(attribute['start'] ?? '') ?? 1) - 1;
}