menu
extify package
documentation
number/extension.dart
IntExtension
toBool property
toBool property
dark_mode
light_mode
toBool
property
bool
get
toBool
정수 자료형
int
을 논리 자료형
bool
로 변환합니다.
Implementation
bool get toBool => this != 0;
extify package
documentation
number/extension
IntExtension
toBool property
IntExtension extension on
int