NbpRate constructor
const
NbpRate({})
Implementation
const NbpRate({
required this.currency,
required this.code,
required this.tableNo,
required this.effectiveDate,
required this.mid,
});
const NbpRate({
required this.currency,
required this.code,
required this.tableNo,
required this.effectiveDate,
required this.mid,
});