Rates constructor

Rates({
  1. String? id,
  2. String? createdAt,
  3. bool? isFixed,
  4. String? currency,
  5. double? rate,
})

Implementation

Rates({this.id, this.createdAt, this.isFixed, this.currency, this.rate});