PageOfChangelogsHistoriesItemItemsItem constructor

PageOfChangelogsHistoriesItemItemsItem({
  1. String? field,
  2. String? fieldtype,
  3. String? fieldId,
  4. String? from,
  5. String? fromString,
  6. String? to,
  7. String? toString$,
})

Implementation

PageOfChangelogsHistoriesItemItemsItem(
    {this.field,
    this.fieldtype,
    this.fieldId,
    this.from,
    this.fromString,
    this.to,
    this.toString$});