listMonths_th top-level property

List listMonths_th
getter/setter pair

list of months , th

Implementation

List<dynamic> listMonths_th = [
  {"id": 1, "value": "มกราคม"},
  {"id": 2, "value": "กุมภาพันธ์"},
  {"id": 3, "value": "มีนาคม"},
  {"id": 4, "value": "เมษายน"},
  {"id": 5, "value": "พฤษภาคม"},
  {"id": 6, "value": "มิถุนายน"},
  {"id": 7, "value": "กรกฎาคม"},
  {"id": 8, "value": "สิงหาคม"},
  {"id": 9, "value": "กันยายน"},
  {"id": 10, "value": "ตุลาคม"},
  {"id": 11, "value": "พฤศจิกายน"},
  {"id": 12, "value": "ธันวาคม"}
];