formDetails top-level property

List<Map<String, dynamic>> formDetails
getter/setter pair

/////////

Implementation

List<Map<String, dynamic>> formDetails = <Map<String, dynamic>>[
  {
    "ColumnID": 25,
    "FieldName": "Mobileno",
    "DisplayName": "Mobile number ",
    "Type": "integer",
    "DisplayType": "TextBox",
    "Mandatory": true,
    "MinLength": 4,
    "MaxLength": 16,
    "Sequence": 11,
    "GroupBy": "Retailers Details",
    "Regex": "",
    "Editable": true,
    "ImageSize": null,
    "ImageType": null,
    "dependend": null,
    "OCRRequired": null,
    "OCRValidation": null,
    "OptionValues": null
  },
  {
    "ColumnID": 24,
    "FieldName": "Emailid",
    "DisplayName": "Email id ",
    "Type": "string ",
    "DisplayType": "TextBox",
    "Mandatory": true,
    "MinLength": 4,
    "MaxLength": 16,
    "Sequence": 12,
    "GroupBy": "Retailers Details",
    "Regex": "",
    "Editable": true,
    "ImageSize": null,
    "ImageType": null,
    "dependend": null,
    "OCRRequired": null,
    "OCRValidation": null,
    "OptionValues": null
  },
  {
    "ColumnID": 21,
    "FieldName": "Gstinnumber",
    "DisplayName": "Gst number ",
    "Type": "string ",
    "DisplayType": "TextBox",
    "Mandatory": false,
    "MinLength": 4,
    "MaxLength": 16,
    "Sequence": 17,
    "GroupBy": "GST/PAN Details",
    "Regex": "",
    "Editable": true,
    "ImageSize": null,
    "ImageType": null,
    "dependend": "Panno",
    "OCRRequired": false,
    "OCRValidation": true,
    "OptionValues": null
  },
  {
    "ColumnID": 26,
    "FieldName": "Panno",
    "DisplayName": "Pan number ",
    "Type": "string ",
    "DisplayType": "TextBox",
    "Mandatory": false,
    "MinLength": 4,
    "MaxLength": 16,
    "Sequence": 22,
    "GroupBy": "GST/PAN Details",
    "Regex": "",
    "Editable": true,
    "ImageSize": null,
    "ImageType": null,
    "dependend": null,
    "OCRRequired": false,
    "OCRValidation": true,
    "OptionValues": null
  },
  {
    "ColumnID": 14,
    "FieldName": "Bankname",
    "DisplayName": "Bank Name",
    "Type": "string ",
    "DisplayType": "TextBox ",
    "Mandatory": false,
    "MinLength": 4,
    "MaxLength": 16,
    "Sequence": 27,
    "GroupBy": "Bank Details",
    "Regex": "",
    "Editable": true,
    "ImageSize": null,
    "ImageType": null,
    "dependend": null,
    "OCRRequired": null,
    "OCRValidation": null,
    "OptionValues": null
  },
];