Forex constructor

Forex({
  1. bool? success,
  2. Query? query,
  3. Info? info,
  4. String? date,
  5. double? result,
})

Implementation

Forex({this.success, this.query, this.info, this.date, this.result});