listMonths_gu top-level property

List listMonths_gu
getter/setter pair

list of months , gu

Implementation

List<dynamic> listMonths_gu = [
  {"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": "ડિસેમ્બર"}
];