isLoaded property

bool get isLoaded

Implementation

bool get isLoaded => _asyncContent != null ? _asyncContent!.isLoaded : false;