flutter int to bool int를 bool로 변환: myInt == 0 ? false : true; bool을 int로 변환 myBool ? 1 : 0; flutter 2022.06.01