complete property

bool get complete

Retrieves whether the object is fully loaded.

MDN Reference

Implementation

_i2.bool get complete => _i4.getProperty(
      this,
      'complete',
    );