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