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