ListItem constructor

ListItem({
  1. String? id,
  2. String? object,
  3. int? created,
  4. String? createdBy,
  5. bool? livemode,
  6. String? value,
  7. String? valueList,
})

Implementation

ListItem(
    {this.id,
    this.object,
    this.created,
    this.createdBy,
    this.livemode,
    this.value,
    this.valueList});