ListItem constructor

ListItem({
  1. String firstRowText = "",
  2. String secondRowText = "",
  3. String thirdRowText = "",
  4. String forthRowText = "",
  5. String imagePath = "",
  6. bool isLocalImage = false,
  7. String listItemId = "",
})

Implementation

ListItem(
    {this.firstRowText = "",
    this.secondRowText = "",
    this.thirdRowText = "",
    this.forthRowText = "",
    this.imagePath = "",
    this.isLocalImage = false,
    this.listItemId = ""});