isLoaded property

bool isLoaded

Implementation

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