createTBody property
      
      HTMLTableSectionElement Function()
      get
      createTBody
      
    
    
    
Implementation
_i3.HTMLTableSectionElement Function() get createTBody =>
    () => _i4.callMethod(
          _i4.getProperty(
            this,
            'createTBody',
          ),
          r'call',
          [this],
        );
      
      set
      createTBody
      (HTMLTableSectionElement value()) 
      
    
    
    
Implementation
set createTBody(_i3.HTMLTableSectionElement Function() value) {
  _i4.setProperty(
    this,
    'createTBody',
    _i4.allowInterop(value),
  );
}