hasError property Null safety

bool hasError
read / write

initialize 과정중에 오류가 발생했는지를 확인합니다.

Implementation

bool hasError = false;