MainEntry constructor

MainEntry({
  1. String title = "",
  2. String iconPath = "",
})

Implementation

MainEntry({this.title = "", this.iconPath = ""});