attached property

bool attached
Resource is ready when all its properties are attached. Resource is attached when all its properties are received.

Implementation

// bool get isReady => _isReady;

/// <summary>
/// Resource is attached when all its properties are received.
/// </summary>
bool get attached => _attached;