Denominations constructor

Denominations({
  1. int? id,
  2. String? createdBy,
  3. String? updatedBy,
  4. String? createdDate,
  5. String? updatedDate,
  6. int? entityId,
  7. String? currencyType,
  8. int? unit,
  9. int? denominations,
  10. String? type,
  11. String? amount,
  12. bool? adjusted,
  13. bool? defaultDenomination,
  14. bool? matched,
})

Implementation

Denominations(
    {this.id, this.createdBy, this.updatedBy, this.createdDate, this.updatedDate, this.entityId, this.currencyType, this.unit, this.denominations, this.type, this.amount, this.adjusted, this.defaultDenomination, this.matched});