isOK property

bool isOK

Implementation

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