コード例 #1
0
 private void arrayDataCheckBL() {
   for (LNBigLottery dataObj : listOfBigLottery) {
     print(dataObj.description());
   }
 }