CreateConversion constructor
CreateConversion({})
Implementation
CreateConversion({
required this.buyCurrency,
required this.sellCurrency,
required this.fixedSide,
required this.amount,
required this.termAgreement,
this.reason,
});