toBool property

bool get toBool

정수 자료형 int 을 논리 자료형 bool 로 변환합니다.

Implementation

bool get toBool => this != 0;