complete property
      
      bool
      get
      complete
      
    
    
Retrieves whether the object is fully loaded.
Implementation
_i2.bool get complete => _i4.getProperty(
      this,
      'complete',
    );Retrieves whether the object is fully loaded.
_i2.bool get complete => _i4.getProperty(
      this,
      'complete',
    );