ValueListItem constructor

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

Implementation

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