NUIListItemModel constructor

NUIListItemModel(
  1. int position,
  2. dynamic data, {
  3. Map<String, dynamic>? checkedMap,
  4. Map<String, dynamic>? configMap,
})

Implementation

NUIListItemModel(this.position, this.data, {this.checkedMap, this.configMap});