DTransaction constructor
DTransaction({})
Implementation
DTransaction({
required this.tranType,
required this.tranId,
required this.amount,
required this.amountDisplay,
required this.currency,
required this.tranDate,
required this.descriptionEn,
required this.descriptionKm,
});