menu
extify package
documentation
bool/extension.dart
BoolExtension
toInt property
toInt property
dark_mode
light_mode
toInt
property
int
get
toInt
논리 자료형
bool
을 정수 자료형
int
로 변환합니다.
Implementation
int get toInt => this ? 1 : 0;
extify package
documentation
bool/extension
BoolExtension
toInt property
BoolExtension extension on
bool